Parallel Coordinates not working after recent chrome updates related to WebGL

I am using Plotly.js in my application to build Parallel Coordinate which was working as expected but after chrome’s recent update to ver 128 , I am getting below error , which i suspect is related to WebGL,

can someone please suggest any work around ?

Even code pen mentioned at Plotly website is producing same error.

angular-plotly.js.js:278 Error while plotting: TypeError: Failed to execute ‘uniformMatrix4fv’ on ‘WebGLRenderingContext’: The provided float value is non-finite.
at draw (eval at compile (plotly.min.js:8:3418391), :592:4)
at G.stats (plotly.min.js:8:3461899)
at s (plotly.min.js:8:1149622)
at h (plotly.min.js:8:1149726)
at Object.render (plotly.min.js:8:1154600)
at HTMLCanvasElement. (plotly.min.js:8:1162774)
at plotly.min.js:8:2080925
at vt (plotly.min.js:8:2077285)
at J.each (plotly.min.js:8:2080898)
at t.exports (plotly.min.js:8:1162595)
at t.exports (plotly.min.js:8:1166950)
at e.plot (plotly.min.js:8:1141323)
at e.drawData (plotly.min.js:8:471329)
at f.syncOrAsync (plotly.min.js:8:360094)
at e._doPlot (plotly.min.js:8:448093)
at e.newPlot (plotly.min.js:8:441354)
at PlotlyService. (angular-plotly.js.js:77:38)
at Generator.next ()
at fulfilled (tslib.es6.mjs:118:41)
at _ZoneDelegate.invoke (zone.js:409:30)
at Object.onInvoke (core.mjs:26250:33)
at _ZoneDelegate.invoke (zone.js:408:56)
at Zone.run (zone.js:169:47)
at zone.js:1326:38
at _ZoneDelegate.invokeTask (zone.js:443:35)
at Object.onInvokeTask (core.mjs:26237:33)
at _ZoneDelegate.invokeTask (zone.js:442:64)
at Zone.runTask (zone.js:214:51)
at drainMicroTaskQueue (zone.js:632:39)
at ZoneTask.invokeTask [as invoke] (zone.js:529:25)
at invokeTask (zone.js:1727:22)
at globalCallback (zone.js:1758:31)
at HTMLButtonElement.globalZoneAwareCallback (zone.js:1794:20)

I am experiencing the same thing.

This seems to be a Chromium Regression which has already been fixed:

(Again) Updating Chrome solves the issue!