Javascriptlibrary more efficient than Rickshaw for realtime visualizations
- by dan kutz
I want to visualize data as time-series graphs on mobile devices(tablets) and therefore stumbled upon rickshaw, which is based on D3. First I must say I was a little bit confused when I realized that realtime in web design is defined totally different to realtime in engineering which has fixed(and often very short) timeframes. Anyway my aim is to visualize the data as fast as possible, and on older tablets visualization with rickshaw is quite slow.
Can anybody recommend another library, which may be more efficient in rendering?
Or is there no way out and I have to go native?
regards Dan.