Skip to content

Commit

Permalink
fix(echarts): fix x-axis style
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Apr 26, 2018
1 parent 510d3c2 commit ba6877c
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ export class ElectricityChartComponent implements AfterViewInit, OnDestroy {
show: false,
},
axisLabel: {
textStyle: {
color: eTheme.xAxisTextColor,
fontSize: 18,
},
color: eTheme.xAxisTextColor,
fontSize: 18,
},
axisLine: {
lineStyle: {
Expand Down

0 comments on commit ba6877c

Please sign in to comment.