The ECharts Learn Book
Introduction
1.
The characteristic of EChart
2.
How to use it easily
3.
Learn The API Firstly
3.1.
echarts
3.2.
echartsInstance
3.3.
action
3.4.
events
4.
setOption
4.1.
title
4.2.
grid
4.3.
polar
4.4.
xAxis
4.5.
yAxis
4.6.
radiusAxis
4.7.
angleAxis
4.8.
legend
4.9.
dataZoom
4.10.
visualMap
4.11.
tooltip
4.12.
toolbox
4.13.
geo
4.14.
parallel
4.15.
parallelAxis
4.16.
timeline
4.17.
series
4.18.
color
4.19.
backgroundColor
4.20.
textStyle
4.21.
animation
4.22.
animationDuration
4.23.
animationeasing
4.24.
animationDurationUpdate
4.25.
animationEasingUpdate
5.
Practice makes perfect
Powered by
GitBook
The ECharts Learn Book
polar
极坐标系,可以用于散点图和折线图。每个极坐标系拥有一个
角度轴
和一个
半径轴
。
这个极坐标主要用来画圆形坐标图表。
polar.zlevel
: 组件的所有图形的 zlevel 值。
polar.z
: 组件的所有图形的z值。
polar.center
: [ default: ['50%', '50%'] ] 的中心(圆心)坐标,数组的第一项是横坐标,第二项是纵坐标。支持设置成百分比,设置成百分比时第一项是相对于容器宽度,第二项是相对于容器高度。
polar.radius
: 的半径,数组的第一项是内半径,第二项是外半径。 支持设置成百分比,相对于容器高宽中较小的一项的一半。