{
"backgroundColor": "#fff",
"grid": {
"left": "30px",
"right": "30px",
"bottom": "0px",
"top": "45px"
},
"tooltip": {
"show": true,
"textStyle": {
"color": "#666",
"fontSize": 12
},
"confine": true,
"backgroundColor": "#fff",
"borderColor": "#fff",
"triggerOn": "mousemove"
},
"xAxis": {
"max": 200,
"show": false,
"type": "value"
},
"yAxis": {
"show": false,
"type": "category",
"axisLine": {
"show": false
},
"axisTick": [
{
"show": false
}
]
},
"title": {
"show": true,
"text": "进度条",
"textStyle": {
"fontFamily": "Microsoft YaHei,PingFang SC Regular",
"fontWeight": "800",
"fontSize": 14,
"color": "#666"
},
"left": "left",
"top": "top"
},
"series": [
{
"type": "bar",
"zlevel": 0,
"barWidth": 20,
"barGap": "-100%",
"data": [
40
],
"itemStyle": {
"normal": {
"barBorderRadius": 20,
"color": {
"x": "0",
"y": "0",
"x2": "1",
"y2": "0",
"type": "linear",
"global": false,
"colorStops": [
{
"offset": 0,
"color": "rgba(136,170,255,1)"
},
{
"offset": 1,
"color": "rgba(136,170,255,1)"
}
]
}
}
}
},
{
"type": "bar",
"zlevel": -1,
"barWidth": 20,
"barGap": "-100%",
"data": [
160
],
"itemStyle": {
"normal": {
"barBorderRadius": 20,
"color": {
"x": "0",
"y": "0",
"x2": "1",
"y2": "0",
"type": "linear",
"global": false,
"colorStops": [
{
"offset": 0,
"color": "rgba(154,233,161,1)"
},
{
"offset": 1,
"color": "rgba(154,233,161,1)"
}
]
}
}
}
},
{
"type": "bar",
"zlevel": -2,
"barWidth": 20,
"barGap": "-100%",
"data": [
200
],
"itemStyle": {
"normal": {
"barBorderRadius": 20,
"color": {
"x": "0",
"y": "0",
"x2": "1",
"y2": "0",
"type": "linear",
"global": false,
"colorStops": [
{
"offset": 0,
"color": "rgba(111,212,214,1)"
},
{
"offset": 1,
"color": "rgba(111,212,214,1)"
}
]
}
}
}
},
{
"type": "bar",
"zlevel": 99,
"barWidth": 20,
"barGap": "-100%",
"data": [
82.5
],
"name": "产线3",
"label": {
"show": true,
"position": "right",
"offset": [
-21,
-21
],
"rich": {
"a": {
"color": "rgba(154,233,161,1)",
"fontSize": 32
},
"b": {
"fontSize": 32,
"color": ""
}
}
},
"itemStyle": {
"normal": {
"barBorderRadius": 20,
"color": {
"colorStops": [
{
"offset": 0,
"color": "rgba(255, 255, 255, 0)"
},
{
"offset": 1,
"color": "rgba(255,255,255,0)"
}
],
"x": "0",
"y": "0",
"x2": "1",
"y2": "0",
"type": "linear",
"global": false
}
}
}
}
]
}
进度条完整配置
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 这两个进度条比较简单 是从andbase 库里面 复制出来的。有不错的学习效果 环形进度条 代码不定时更新 h...
- https://github.com/fems1888/SelfTestLib
- 超人鸭最近使用canvas撸了一个高度可配置的进度条组件,已上传至npm,主要特点是各种颜色的搭配,包括线条粗细、...