May i put something additional on the Line chart?

Hi,
There is an request for appending some text explaining what happened at that time while indicating a specific time of the line by drawing one more more arrow images or a vertical lines at every specific times.

In detail, if there is a line chart showing product amount according to time change, some notifiable event at some specific time point should be appended with some arrow image or verticle line.

Do you think Dhx chart might meet the requirement above?

Thank you in advance.

i attached a picture similar to the requirement. you could see a vertical line at a specific time point. that’s all i want to implement.


You can get canvas object as
var canvas = mychart.getCanvas();
and use it to render any other necessary lines - check the attached sample.
01_init.zip (841 Bytes)