Skip to content

Commit

Permalink
feat(lineChart): 纵坐标默认显示整数
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Mar 6, 2020
1 parent 907ec24 commit 182180d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Charts/lineChart.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ export default {
yAxis: [{
type: 'value',
name: '数量',
minInterval: 1,
}],
series: [{
barWidth: 30, // 柱图宽度
Expand Down

0 comments on commit 182180d

Please sign in to comment.