';
+ str += '
';
var split = value.fileName.split(".");
var excel_format = ["xls", "xlsx"];
var word_format = ["doc", "docx"];
@@ -2184,8 +2184,16 @@
legend: {
display: true,
position: 'bottom'
+ },
+ scales: {
+ yAxes: [{
+ scaleLabel: {
+ display: true,
+ labelString: '發電量(kWh)'
+ }
+ }]
}
- }
+ },
});
//#endregion