@Ovilia 
Hi Olivia,
In my opinion the whole point of using echarts is that its the best CANVAS 
based charting library. There are plenty of more mature alternatives if using 
svg (such as Amcharts) and echarts lacks a lot of features when rendered as svg 
(plenty of github issues about that).
And the whole point of canvas is the better performance which I would not want 
to give up.
I have done research on canvas based charting and the main thing about that is 
that when using canvas based charting then you are mostly limited to what the 
charting library itself exposes. In this regard it seems that echarts is the 
most complete solution I found and I was able to achieve most of what I wanted 
using its canvas mode and the main obstacle encountered was the touch support 
required in the legend scrolling and in generel touch events support (which 
could allow me to implement the behavior myself as I described in the issue).

[ Full content available at: 
https://github.com/apache/incubator-echarts/issues/9124 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to