|
@@ -143,7 +143,11 @@ export let lineOption = {
|
|
type: 'category',
|
|
type: 'category',
|
|
boundaryGap: false,
|
|
boundaryGap: false,
|
|
axisLine: { onZero: false },
|
|
axisLine: { onZero: false },
|
|
- // prettier-ignore
|
|
|
|
|
|
+ axisLabel: {
|
|
|
|
+ textStyle: {
|
|
|
|
+ fontSize: fontSize(.14)
|
|
|
|
+ }
|
|
|
|
+ },
|
|
data: ['00:00',
|
|
data: ['00:00',
|
|
'00:15', '00:30', '00:45', '01:00',
|
|
'00:15', '00:30', '00:45', '01:00',
|
|
'01:15', '01:30', '01:45', '02:00',
|
|
'01:15', '01:30', '01:45', '02:00',
|
|
@@ -175,7 +179,13 @@ export let lineOption = {
|
|
yAxis: [
|
|
yAxis: [
|
|
{
|
|
{
|
|
name: 'MW',
|
|
name: 'MW',
|
|
- type: 'value'
|
|
|
|
|
|
+ type: 'value',
|
|
|
|
+ nameTextStyle:{fontSize:fontSize(.16)},
|
|
|
|
+ axisLabel: {
|
|
|
|
+ textStyle: {
|
|
|
|
+ fontSize: fontSize(.14)
|
|
|
|
+ }
|
|
|
|
+ },
|
|
}
|
|
}
|
|
],
|
|
],
|
|
series: [
|
|
series: [
|