Skip to content

Parallel coordinates issue (Uncaught TypeError: Cannot read property 'buffer' of null) is introduced in Chrome Version 66.0.3359.117 #2582

Closed
@webbres

Description

@webbres

I am experiancing an issue with parallel coordinate plots. Issue appeared after update of chrome to 66.0.3359.117, seemed to work fine in 65, works in firefox.

My copy of chrome updated and my angular page displaying a parallel coordinates plot started to fail reporting a 'Cannot read property 'buffer' of null'. The issue is also accuring on the demo page at https://plot.ly/javascript/parallel-coordinates-plot/

Error message:

Uncaught TypeError: Cannot read property 'buffer' of null
at plotly-latest.min.js:7
at e.exports (plotly-latest.min.js:7)
at HTMLCanvasElement. (plotly-latest.min.js:7)
at plotly-latest.min.js:7
at ut (plotly-latest.min.js:7)
at Array.Y.each (plotly-latest.min.js:7)
at e.exports (plotly-latest.min.js:7)
at e.exports (plotly-latest.min.js:7)
at Object.r.plot (plotly-latest.min.js:7)
at r.drawData (plotly-latest.min.js:7)

Navigating the error a bit it seems to be caused by

            return d = t.buffer({
                usage: "dynamic",
                type: "uint8",
                data: null
            }),

Cheers

Sam

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions