|
@ -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: {
|
|
|