Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YOHOBUY
/
yohobuy-union
·
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
Email Patches
Plain Diff
Browse Files
Authored by
zhengwen.ge
8 years ago
Commit
547925c5dcc677dc010939c30cf351ad006ea1d9
1 parent
395fbffc
不设最大值
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
web/src/main/webapp/admin/echartJs.js
web/src/main/webapp/admin/echartJs.js
View file @
547925c
...
...
@@ -41,7 +41,6 @@ function getEchartOption(title, threeContext, xData, costData, numData, ratio, t
type
:
'value'
,
name
:
threeContext
[
1
],
min
:
0
,
max
:
topNumData
*
1.2
,
position
:
'right'
,
axisLine
:
{
lineStyle
:
{
...
...
@@ -56,7 +55,6 @@ function getEchartOption(title, threeContext, xData, costData, numData, ratio, t
type
:
'value'
,
name
:
threeContext
[
0
],
min
:
0
,
max
:
topCostData
*
1.2
,
position
:
'right'
,
offset
:
80
,
axisLine
:
{
...
...
@@ -72,7 +70,6 @@ function getEchartOption(title, threeContext, xData, costData, numData, ratio, t
type
:
'value'
,
name
:
threeContext
[
2
],
min
:
0
,
max
:
topRatio
*
1.2
,
position
:
'left'
,
axisLine
:
{
lineStyle
:
{
...
...
Please
register
or
login
to post a comment