mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(echarts): fix x-axis style
This commit is contained in:
parent
510d3c2fb5
commit
ba6877c848
1 changed files with 2 additions and 4 deletions
|
|
@ -81,10 +81,8 @@ 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: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue