blacklabel / annotations

Annotations plugin for Highstock by Black Label
http://blacklabel.github.io/annotations/
Other
22 stars 16 forks source link

The annotations are not showing up in the chart with X-Axis as DateAxis. #83

Closed Anudeep-Kadavergu closed 3 years ago

Anudeep-Kadavergu commented 3 years ago

Here I am attaching the live demo Live Demo

Problem: I want to add shapes (rectangles) based on start and end values (datetime).

Please refer the above fiddle

KacperMadej commented 3 years ago

Hi @Anudeep-Kadavergu

Annotations are a part of Highstock 6+ and Highcharts 6+ as a module. This plugin was built for older versions of Highstock.

Annotations could be added using API options. See related API reference: https://api.highcharts.com/highcharts/annotations

For technical support see https://www.highcharts.com/blog/support/

Anudeep-Kadavergu commented 3 years ago

Oh ok, Thank you