chart-tool
chart-tool copied to clipboard
Range annotations add `null` values to annotations array in certain situations
No idea why this is happening. Seems to only happen with "range" type annotations, though, so perhaps related to ranges allowing for direct entry of values?
Just managed to reproduce this. Seems to happen with line or area-type ranges that allow for direct input. Steps to reproduce:
- Reset all annotations
- Change axis to Y, type to line
- Click into "start" field, type in a value
- With the "start" field still in focus, click on the chart area
That should add that null
value to the embed code.