Skip to content

Commit f93788b

Browse files
author
Arron Woods
committed
Point config fixed
1 parent 75ab07e commit f93788b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

_data/chart-config/config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,8 @@
675675
},
676676
{
677677
"parameter": "options.points",
678-
"type": "Object"
678+
"type": "Object",
679+
"description": "Points object"
679680
},
680681
{
681682
"parameter": "options.points.show",
@@ -715,6 +716,12 @@
715716
"description": "The configuration to convert a pie chart in to an election chart",
716717
"format": "json",
717718
"include": "config/example/options-election.json"
719+
},
720+
{
721+
"title": "Options - points",
722+
"description": "The configuration to display points on a line chart",
723+
"format": "json",
724+
"include": "config/example/options-points.json"
718725
}
719726
]
720727
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"options": {
3+
"points": {
4+
"show": true,
5+
"shape": "circle"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)