admins: dashboard

dev_aliyun_beta
p31729568 6 years ago
parent d2ecad9c65
commit a251cc7b25

@ -49,9 +49,9 @@ $(document).on('turbolinks:load', function() {
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
}
},
xAxis: { type: 'category', data: [] },
xAxis: { type: 'category', boundaryGap: false, data: [] },
yAxis: { type: 'value' },
series: [{ data: [], type: 'line' }]
series: [{ data: [], type: 'line', areaStyle: {} }]
});
evaluateChart.showLoading();
$.get('/admins/dashboards/evaluate.json').done(function(data){

File diff suppressed because one or more lines are too long

@ -127990,9 +127990,9 @@ $(document).on('turbolinks:load', function() {
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
}
},
xAxis: { type: 'category', data: [] },
xAxis: { type: 'category', boundaryGap: false, data: [] },
yAxis: { type: 'value' },
series: [{ data: [], type: 'line' }]
series: [{ data: [], type: 'line', areaStyle: {} }]
});
evaluateChart.showLoading();
$.get('/admins/dashboards/evaluate.json').done(function(data){

@ -127990,9 +127990,9 @@ $(document).on('turbolinks:load', function() {
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'
}
},
xAxis: { type: 'category', data: [] },
xAxis: { type: 'category', boundaryGap: false, data: [] },
yAxis: { type: 'value' },
series: [{ data: [], type: 'line' }]
series: [{ data: [], type: 'line', areaStyle: {} }]
});
evaluateChart.showLoading();
$.get('/admins/dashboards/evaluate.json').done(function(data){
Loading…
Cancel
Save