fix: BUG修改
This commit is contained in:
parent
921b918963
commit
3c3a2ce70e
@ -162,7 +162,7 @@ function drawChart() {
|
|||||||
center: posCenter.value,
|
center: posCenter.value,
|
||||||
splitNumber: 4,
|
splitNumber: 4,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 500,
|
||||||
startAngle: 180,
|
startAngle: 180,
|
||||||
endAngle: 0,
|
endAngle: 0,
|
||||||
axisLine: {
|
axisLine: {
|
||||||
@ -210,7 +210,7 @@ function drawChart() {
|
|||||||
center: posCenter.value,
|
center: posCenter.value,
|
||||||
splitNumber: 4,
|
splitNumber: 4,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 500,
|
||||||
startAngle: 180,
|
startAngle: 180,
|
||||||
endAngle: 0,
|
endAngle: 0,
|
||||||
axisLine: {
|
axisLine: {
|
||||||
@ -258,7 +258,7 @@ function drawChart() {
|
|||||||
center: posCenter.value,
|
center: posCenter.value,
|
||||||
splitNumber: 4,
|
splitNumber: 4,
|
||||||
min: 0,
|
min: 0,
|
||||||
max: 100,
|
max: 500,
|
||||||
startAngle: 180,
|
startAngle: 180,
|
||||||
endAngle: 0,
|
endAngle: 0,
|
||||||
|
|
||||||
@ -315,7 +315,7 @@ function drawChart() {
|
|||||||
width: 26,
|
width: 26,
|
||||||
color: [
|
color: [
|
||||||
[
|
[
|
||||||
analysisData.value / 100,
|
analysisData.value / 500,
|
||||||
new echarts.graphic.LinearGradient(0, 0, 1, 0, [
|
new echarts.graphic.LinearGradient(0, 0, 1, 0, [
|
||||||
{
|
{
|
||||||
offset: 0.5,
|
offset: 0.5,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user