Closed
Description
I'm experimenting with the Plotly.js scattergl
chart, and seem to be running into issues when trying to use arrays of symbols, colors, and sizes to allow per-point styling.
Take a look at this fiddle.
When using only a single symbol, size or color, the chart renders fine. But if you comment out the single size and color (lines 48-49), and comment in the use of arrays of values, WebGL dies and the following is shown in the console:
GL_INVALID_OPERATION : glGenSyncTokenCHROMIUM: fence sync must be flushed before generating sync token
[.CommandBufferContext]GL ERROR :GL_OUT_OF_MEMORY : BackFramebuffer::Destroy: <- error from previous GL command
WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost
The same thing happens in Firefox as well.
Does scattergl
not allow for arrays of values for symbol, style and color? Is there some other way of setting styles on each point that I'm not aware of?
Metadata
Metadata
Assignees
Labels
No labels