mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-05 13:20:16 +01:00
plugin provider clean up
This commit is contained in:
parent
31c7843ab5
commit
491a185cb3
10 changed files with 18 additions and 18 deletions
|
|
@ -99,7 +99,7 @@ export class ChartistJsService {
|
|||
reverseData: true,
|
||||
horizontalBars: true,
|
||||
axisX: {
|
||||
labelInterpolationFnc: Chartist.noop
|
||||
labelInterpolationFnc: (n) => n
|
||||
},
|
||||
axisY: {
|
||||
offset: 60
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue