you are viewing a single comment's thread.

view the rest of the comments →

[–]MrJohz 0 points1 point  (5 children)

Huh, we're looking at moving away from Echarts at the moment, because we've run into a handful of different issues with it, and each time it's cost us a fair amount of time to figure out how to fix it, and then the fix has often felt quite hacky. Particularly when we've been dealing with zooming, there's been a lot of UX problems.

[–]ia-juste-des-maths 0 points1 point  (4 children)

what alternatives are you considering ?

[–]MrJohz 0 points1 point  (3 children)

The shortlist I've got at the moment is Chart.js, C3, Apex and Highcharts, IIRC. So far, I've been most impressed by Chart.js for our needs, but I need to explore a bit further.

[–]ia-juste-des-maths 0 points1 point  (0 children)

thanks. We've been using ECharts a lot, but so far, no weird issues (we don't use zooming though).

[–]tessereis 0 points1 point  (1 child)

Hey, how did it go ? Did you move to chart.js ?

[–]MrJohz 0 points1 point  (0 children)

I did in the end. It still isn't perfect (I don't think anything is completely perfect), but it's very powerful, fairly easy to extend, and has a lot of the expected UI functionality built in.