when using echart.js to achieve chart display, how to achieve the display of the chart with unequal scale of XMagol y-axis?
when using echart.js to achieve chart display, how to achieve the display of the chart with unequal scale of XMagol y-axis?
find echartsAPI and examples.
as far as I know, there are two kinds of scales commonly used at present:
type:'category' //
type:'value' //
see http://echarts.baidu.com/opti.
can charts with uneven scales be considered to be split into two or more charts? It is estimated that your demand is that there is a large gap between different data, so you need to distinguish between different units
if not, then you can only accept equal scale
encountered this problem just before.
echart's unequal line chart http://echarts.baidu.com/echa.
points can be given [(XMagi y), (x Magi y)], which is equivalent to absolute positioning, and it is very free
Previous: Winston.transports.DailyRotateFile is not a constructor
Next: H5 page adapts, why does Android have a bigger screen and a smaller page?