Moved to ECharts
Move from Recharts to ECharts.
The main reason is that we plan to add new chart types such as box plots soon which Recharts doesn't support.
Also saving the chart as image had some layouting issues with Recharts.
Overall ECharts seems to do a better job at automatically layouting data and labels correctly.
The canvas renderer should also perform better when working with big datasets.