echarts极坐标系polar使用的注意要点-随时记 

所有栏目

ALL CONTENT

echarts极坐标系polar使用的注意要点

使用极坐标要注意的几个点:

第一,极坐标只能用在折线图, 散点图上。

第二,极坐标要同时用到的三个属性

polar:{},
radiusAxis:{},
angleAxis:{},

第三,series要添加   coordinateSystem: 'polar'属性,

coordinateSystem是绝对是用二位坐标还是极坐标的格式