Browse Source

统计图样式

master
aBin 5 years ago
parent
commit
f998d9ec69
  1. 2
      src/components/Statistics/Statistics.js

2
src/components/Statistics/Statistics.js

@ -47,7 +47,6 @@ const mixin = {
yAxis: [ yAxis: [
{ {
type: 'value', type: 'value',
interval: 20,
name: '人次', name: '人次',
axisTick: { axisTick: {
//y轴刻度线 //y轴刻度线
@ -70,7 +69,6 @@ const mixin = {
}, },
{ {
type: 'value', type: 'value',
interval: 20,
name: '数量', name: '数量',
splitLine: { splitLine: {
show: true, show: true,

Loading…
Cancel
Save