Javascriptlibrary more efficient than Rickshaw for realtime visualizations

Posted by dan kutz on Stack Overflow See other posts from Stack Overflow or by dan kutz
Published on 2014-08-23T14:51:43Z Indexed on 2014/08/23 16:20 UTC
Read the original article Hit count: 229

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.

© Stack Overflow or respective owner

Related posts about optimization

Related posts about d3.js