修改bug
This commit is contained in:
parent
44bc4a4659
commit
c1ca2db161
@ -94,10 +94,10 @@ export default {
|
|||||||
data: dataList,
|
data: dataList,
|
||||||
itemStyle: {
|
itemStyle: {
|
||||||
normal: {
|
normal: {
|
||||||
// color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
|
||||||
// { offset: 0, color: '#9DD5FF' },
|
{ offset: 0, color: '#9DD5FF' },
|
||||||
// { offset: 0.3, color: '#1295FF' }
|
{ offset: 0.3, color: '#1295FF' }
|
||||||
// ]),
|
]),
|
||||||
label: {
|
label: {
|
||||||
show: true, //开启显示
|
show: true, //开启显示
|
||||||
position: 'top', //在上方显示
|
position: 'top', //在上方显示
|
||||||
|
Loading…
Reference in New Issue
Block a user