Skip to content

Commit

Permalink
add new intermediate label options to builder
Browse files Browse the repository at this point in the history
  • Loading branch information
beikeland committed Dec 28, 2017
1 parent c28abda commit 10ef843
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions builder/index.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,16 @@
return !value;
}
});
bindCheckBox({
target: chart.options.labels,
name: 'Show intermediate labels',
propertyName: 'showIntermediateLabels',
});
bindCheckBox({
target: chart.options.labels,
name: 'Show intermediate labels on same axis',
propertyName: 'intermediateLabelSameAxis',
});
bindRange({target: chart.options.labels, name: 'Font size', propertyName: 'fontSize', min: 1, max: 20});
bindRange({target: chart.options.labels, name: 'Label precision', propertyName: 'precision', min: 0, max: 6});
bindCheckBox({
Expand Down

0 comments on commit 10ef843

Please sign in to comment.