We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec95147 commit 2cddbd7Copy full SHA for 2cddbd7
examples/official-site/sqlpage/migrations/01_documentation.sql
@@ -517,6 +517,14 @@ INSERT INTO example(component, description, properties) VALUES
517
'{"series": "Marketing", "x": 2022, "value": 15}, '||
518
'{"series": "Human resources", "x": 2021, "value": 30}, '||
519
'{"series": "Human resources", "x": 2022, "value": 55}]')),
520
+ ('chart', 'A line chart with multiple series.', json('[{"component":"chart", "title": "Revenue", "ymin": 0},
521
+ {"series": "Chicago Store", "x": 2021, "value": 35},
522
+ {"series": "Chicago Store", "x": 2022, "value": 15},
523
+ {"series": "Chicago Store", "x": 2023, "value": 45},
524
+ {"series": "New York Store", "x": 2021, "value": 30},
525
+ {"series": "New York Store", "x": 2022, "value": 55},
526
+ {"series": "New York Store", "x": 2023, "value": 19}
527
+ ]')),
528
('chart', 'A scatter plot with multiple custom options.',
529
json('[
530
{"component":"chart", "title": "Gross domestic product and its growth", "type": "scatter",
0 commit comments