FVANCOP / ChartNew.js

MIT License
420 stars 142 forks source link

Update ChartNew.js #366

Closed FVANCOP closed 9 years ago

FVANCOP commented 9 years ago

Option annotateBarMinimumDetectionHeight added; Default value is 0.

When a bar has a value of zero, the annotation cannot be displayed; With option annotateBarMinimumDetectionHeight you can change that behaviour. Specify a value greater than 0 for it; This will be the minimum height (in point) of the selection area for the annotation.

Example : annotateBarMinimumDetectionHeight : 10