jsGraph
jsGraph copied to clipboard
Natural indices should not be loaded in memory
They are just a natural copy of the array index, and hence the code should be able to adapt through
waveform.getX( atIndex )
Check if that wouldn't actually slow everything down due to many function calls.
Still need to fix getDataFlat and adapt with the current jsGraph implementation of the line serie and scatter serie (at least)
Ok for the line serie