Skip to content

Commit

Permalink
Changing DPI setting after construction doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed Mar 23, 2014
1 parent 11d61d7 commit f2b8b06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@
bindRange({target: canvas, name: 'Chart height', propertyName: 'height', min: 20, max: 400});
bindRange({target: canvas, name: 'Chart width', propertyName: 'width', min: 20, max: 1000});
bindRange({target: chart, name: 'Delay', propertyName: 'delay', min: 0, max: 2000});
bindCheckBox({target: chart.options, name: 'Enable DPI scaling', propertyName: 'enableDpiScaling'});

// Series
startControlSection('Series');
Expand Down

0 comments on commit f2b8b06

Please sign in to comment.