mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-11 12:38:14 +08:00
move power chart y label to right
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
[]
|
||||
]
|
||||
};
|
||||
var t = new Chartist.Line('.ct-chart', data, {showArea: true});
|
||||
var t = new Chartist.Line('.ct-chart', data, {showArea: true, axisY: {position: 'end'}});
|
||||
var power_idx = 0;
|
||||
var chart_wth = 0;
|
||||
function GetPowerRecord() {
|
||||
|
||||
Reference in New Issue
Block a user