File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 675675 },
676676 {
677677 "parameter" : " options.points" ,
678- "type" : " Object"
678+ "type" : " Object" ,
679+ "description" : " Points object"
679680 },
680681 {
681682 "parameter" : " options.points.show" ,
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 }
Original file line number Diff line number Diff line change 1+ {
2+ "options" : {
3+ "points" : {
4+ "show" : true ,
5+ "shape" : " circle"
6+ }
7+ }
8+ }
You can’t perform that action at this time.
0 commit comments