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

Loading…
Cancel
Save