Page 1 of 1
custom marks
Posted: Tue Jul 30, 2013 1:08 pm
by 17766258
Hi, How can i create customs marks.
I want to put comments as marks for points on the graph.
TIA,
Amos
Re: custom marks
Posted: Tue Jul 30, 2013 3:21 pm
by yeray
Hi Amos,
Have you tried with Annotations?
See the example at
here.
Re: custom marks
Posted: Wed Jul 31, 2013 6:25 am
by 17766258
Hi,
For annotation i need to create object for each point and i need to take care where to position it.
I found what i want,
some thing like
CommentsSer.data.labels.push(MyComment);
Thanks
Amos