Hacker News new | ask | show | jobs
by mguijarr 3737 days ago
Really awesome. I wonder which JS library is used for the plotting itself ? Is it made by you guys ? Is it open source ? Thanks and keep on with the good work !
1 comments

We just use canvas for drawing. SVG is tempting because it would help with things like figuring out which curve a user clicked on, but we've been disappointed by SVG performance and cross browser differences every time we've tried it.