Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-manage-shell
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
dcxy-manage-shell
Commits
6ec36260
Commit
6ec36260
authored
Apr 28, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改消费图表图例
parent
948f4e8a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
CampusRankChart.vue
src/containers/Dashboard/CampusRank/CampusRankChart.vue
+1
-1
chart.vue
src/containers/Dashboard/CustomerRecharge/chart.vue
+7
-0
No files found.
src/containers/Dashboard/CampusRank/CampusRankChart.vue
View file @
6ec36260
...
...
@@ -78,7 +78,7 @@ export default {
},
'g2-legend'
:
{
width
:
'230px'
,
maxHeight
:
'
'
,
'max-height'
:
this
.
height
+
'px
'
,
// left: '-20px',
},
'g2-legend-list-item'
:
{
...
...
src/containers/Dashboard/CustomerRecharge/chart.vue
View file @
6ec36260
...
...
@@ -143,6 +143,11 @@ export default {
});
this
.
chart
.
source
(
dv
,
{
index
:
{
type
:
'linear'
,
min
:
0
,
max
:
this
.
dataList
.
length
-
1
,
},
rechargeMoney
:
{
alias
:
'充值金额'
,
},
...
...
@@ -294,6 +299,8 @@ export default {
// this.chart.changeHeight(height);
this
.
updateSlider
();
this
.
updateData
();
console
.
log
(
this
.
chart
.
getYScales
());
}
else
{
this
.
initData
();
this
.
initSlider
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment