Home Forums Feature Requests & Feedback Post-Select x and y indices for series from larger NxM dataset

Post-Select x and y indices for series from larger NxM dataset

Viewing 1 post (of 1 total)
  • #9987

    The current implementation of ChartJS requires superfluous data copying to render multiple views of an NxM array structure. This cost increases for every additional series and interacts extremely poorly with external filtering models which do not simply append/delete from the front or back of the array.

    JSFiddle demonstrating the issue and naive proposed solution here: http://jsfiddle.net/QwZuf/374/

Viewing 1 post (of 1 total)

You must be logged in to reply to this topic.