move power chart y label to right

This commit is contained in:
2ndacc
2020-02-21 23:02:11 +08:00
parent 648cc43fc9
commit 4ac6fb2b9c

View File

@@ -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() {