mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +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,
|
||||
},
|
||||
axisLabel: {
|
||||
textStyle: {
|
||||
color: eTheme.xAxisTextColor,
|
||||
fontSize: 18,
|
||||
},
|
||||
color: eTheme.xAxisTextColor,
|
||||
fontSize: 18,
|
||||
},
|
||||
axisLine: {
|
||||
lineStyle: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue