jsGraph icon indicating copy to clipboard operation
jsGraph copied to clipboard

Natural indices should not be loaded in memory

Open NPellet opened this issue 9 years ago • 2 comments

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.

NPellet avatar Dec 23 '16 10:12 NPellet

Still need to fix getDataFlat and adapt with the current jsGraph implementation of the line serie and scatter serie (at least)

NPellet avatar Dec 25 '16 12:12 NPellet

Ok for the line serie

NPellet avatar Dec 25 '16 22:12 NPellet