1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
| type:'liquidFill', phase:0.5, amplitude:10, shape:'diamond', shape:'path://', direction:'left', data:[0.5,0.2], data:[ 0.2,{ value:0.5, direction:'left', itemStyle:{}, emphasis:{} } ], radius:'100%', color:['#C23531','#fff','red'] center:['50%','50%'], waveAnimation:true, amplitude:8, waveLength:10, waveSpeed:0.05, animationEasing:'smooth', animationEasingUpdate:'smooth', animationDuration:100, animationDurationUpdate:100,
itemStyle:{ opacity:0.5, color:'red', shadowBlur:10, shadowColor:'red', shadowOffsetX:10, shadowOffsetY:10, },
emphasis:{},
backgroundStyle:{ borderWidth:0, color:'red', borderColor:'#fff', shadowBlur: 0, shadowColor: 'none', shadowOffsetX: 0, shadowOffsetY: 0 },
outline:{ show: false, borderDistance: 10, itemStyle: { color: 'none', borderWidth:3, borderColor:"rgba(40, 36, 36, 1)", borderType: "dashed", borderDashOffset: 10, shadowBlur:2.5, shadowColor:"rgba(228, 2, 2, 1)", shadowOffsetX: -1.5, shadowOffsetY: 1.5, opacity:0.5, } }, label:{ show: false, position: 'inside', baseline: 'middle' align:'left', color: '#000', insideColor:'red', fontSize: 12, fontWeight: 'normal', fontFamily: 'sans-serif', formatter: null, backgroundColor: 'none', borderRadius: 0, borderColor: 'none', borderWidth: 0, padding: [0, 0, 0, 0], shadowBlur: 0, shadowColor: 'none', shadowBlur:20, textBorderColor:'red', textBorderWidth:10, textBorderType:'solid', textBorderDashOffset:10, textShadowColor:'transparent', textShadowBlur:10, textShadowOffsetX:10, textShadowOffsetY:10, overflow:'none', ellipsis:'···', shadowOffsetX:20, shadowOffsetY:20, }
|