Echart chart scale display problem

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

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b1ad-2b5cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b1ad-2b5cd.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?