mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
parent
a41e273f19
commit
9894afb175
1 changed files with 3 additions and 3 deletions
|
|
@ -187,9 +187,9 @@ export const componentTypes = [
|
|||
type: { value: `line` },
|
||||
data: {
|
||||
value: `[
|
||||
{ "x": 100, "y": "Jan"},
|
||||
{ "x": 80, "y": "Feb"},
|
||||
{ "x": 40, "y": "Mar"}
|
||||
{ "x": "Jan", "y": 100},
|
||||
{ "x": "Feb", "y": 80},
|
||||
{ "x": "Mar", "y": 40}
|
||||
]`,
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue