Browse Source

commit

master
hehongxing 2 years ago
parent
commit
e4925a148c
  1. 2
      04.系统编码/Frontend/src/model/high-chart-create.ts

2
04.系统编码/Frontend/src/model/high-chart-create.ts

@ -63,7 +63,7 @@ export class HighChartCreate {
fontSize:'20px' fontSize:'20px'
}, },
formatter: function () { formatter: function () {
return Highcharts.dateFormat('%d日%H时', this.value); return Highcharts.dateFormat('%H时', this.value);
} }
} }
// dateTimeLabelFormats: { // dateTimeLabelFormats: {

Loading…
Cancel
Save