WebGL for bar, line charts

We don’t offer WebGL bar visualisations, but line charts are possible using

var trace = {
  type: 'scattergl',
  mode: 'lines',
  x: [/* ... */],
  y: [/* ... */]
}
1 Like