highcharts / draggable-points

MIT License
32 stars 34 forks source link

added decimal option to series to alter the range of draggable values #25

Closed bozdoz closed 4 months ago

bozdoz commented 9 years ago

Try decimals : 1 in a series object to restrict to one decimal place when dragging.

bozdoz commented 9 years ago

Also added inputs to draggable charts optionally so that they can be more precise for the values

andhess commented 9 years ago

question just to understand this PR - would decimals: 0 enforce only integers?