mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 17:30:14 +01:00
chart.js responsive error fix
This commit is contained in:
parent
0239c17766
commit
3f8e623584
4 changed files with 23 additions and 16 deletions
|
|
@ -35,8 +35,7 @@ export class ChartJs {
|
|||
public options = {
|
||||
scaleShowLabelBackdrop : false,
|
||||
segmentShowStroke : false,
|
||||
// TODO: produce an error
|
||||
// responsive: true,
|
||||
responsive: true,
|
||||
scaleFontColor: "rgba(255,255,255,.7)",
|
||||
scaleLineColor: "rgba(255,255,255,.7)",
|
||||
pointLabelFontColor: "rgba(255,255,255,.7)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue