diff --git a/builder/index.html b/builder/index.html
old mode 100644
new mode 100755
index cdb2801..26cb02c
--- a/builder/index.html
+++ b/builder/index.html
@@ -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({