Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-shop-manage
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2017-08-25 14:54:25 +0800
Commit
7e2d00d32d80c8078f0052c7efd8c9c3d607af16
2 parents
22959f52
6072c173
Merge branch 'feature/reportsDev' into 'release/3.0'
report echart y 0 See merge request
!67
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/components/global/echart/echart.vue
app/components/global/echart/echart.vue
View file @
7e2d00d
...
...
@@ -89,7 +89,7 @@
yAxis.push({
type: 'value',
name: item,
min:
this.echartParams.min ? this.echartParams.min :
0,
min: 0,
// max: _.max(data),
axisLine: {
...
...
Please
register
or
login
to post a comment