fix(echarts): fix x-axis style

This commit is contained in:
Dmitry Nehaychik 2018-04-26 15:25:17 +03:00
parent 510d3c2fb5
commit ba6877c848

View file

@ -81,11 +81,9 @@ export class ElectricityChartComponent implements AfterViewInit, OnDestroy {
show: false,
},
axisLabel: {
textStyle: {
color: eTheme.xAxisTextColor,
fontSize: 18,
},
},
axisLine: {
lineStyle: {
color: eTheme.axisLineColor,