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, show: false,
}, },
axisLabel: { axisLabel: {
textStyle: {
color: eTheme.xAxisTextColor, color: eTheme.xAxisTextColor,
fontSize: 18, fontSize: 18,
}, },
},
axisLine: { axisLine: {
lineStyle: { lineStyle: {
color: eTheme.axisLineColor, color: eTheme.axisLineColor,