You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
etpinard
changed the title
Typed arrays (e.g. Float32Array) do not work as data sources
Data array attributes should support Typed arrays (e.g. Float32Array)
Aug 17, 2016
@joshua-gould Thanks for your report, iirc @etpinard answered but I don't see it here, just wanted to mention that typed arrays are not yet supported except for pointcloud (typed array demo here).
However there are plans to introduce this option. The approach isn't to just not fail when a typed array is supplied, but also, to handle things efficiently with typed arrays in mind, at least for plots where performance matters. For this reason there's no imminent plan to map typed arrays into untyped arrays just to make it work, because the API might change somewhat, similar to how pointcloud has an xy typed array attribute instead of a separate x and y attribute.
http://codepen.io/anon/pen/wWOmNQ
The text was updated successfully, but these errors were encountered: