fix(dashboard): Use valid chart type in chart options
This commit is contained in:
parent
529536da21
commit
12dc6c8bb6
1 changed files with 2 additions and 2 deletions
|
|
@ -96,7 +96,7 @@
|
|||
"label": "Chart Type",
|
||||
"length": 0,
|
||||
"no_copy": 0,
|
||||
"options": "Line\nBar",
|
||||
"options": "line\nbar",
|
||||
"permlevel": 0,
|
||||
"precision": "",
|
||||
"print_hide": 0,
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
"issingle": 0,
|
||||
"istable": 0,
|
||||
"max_attachments": 0,
|
||||
"modified": "2019-01-10 12:47:50.709263",
|
||||
"modified": "2019-01-10 17:25:00.980022",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Core",
|
||||
"name": "Chart",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue