Skip to content

Commit ba6877c

Browse files
committed
fix(echarts): fix x-axis style
1 parent 510d3c2 commit ba6877c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/app/pages/dashboard/electricity/electricity-chart/electricity-chart.component.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,8 @@ export class ElectricityChartComponent implements AfterViewInit, OnDestroy {
8181
show: false,
8282
},
8383
axisLabel: {
84-
textStyle: {
85-
color: eTheme.xAxisTextColor,
86-
fontSize: 18,
87-
},
84+
color: eTheme.xAxisTextColor,
85+
fontSize: 18,
8886
},
8987
axisLine: {
9088
lineStyle: {

0 commit comments

Comments
 (0)