Hello Guys,
I have a question about how the logic of the drawing of each step is done and why is the point rendered at the middle of the step.
I have an urgent problem that need to be implemented and i have to achieve something like this: highcharts example.
In this dojo example i used the basic step example with the points of the steps being rendered in the middle of each step. To be more precisely i want the step to point at the start of each step, or any other solution that may work.
Please help me with this one,
Thank's in advance.
5 Answers, 1 is accepted
Can someone at least tell me if this is possible ? And if so maybe some workarounds to obtain the same behavior.
Have a nice day.
Dragos
Please check this forum thread which discusses a similar scenario and contains an example.
Regards,
Iliana Nikolova
Telerik
Hello,
This won't suit my needs since i need the steps to start at the beginning of the line and also i need not to have the point in the center when i hover. Can you please provide a working example :) ?
Thank you .
You could move the marker at the begging of the line by setting the align option to "start". As for the point in the center when hover, to remove it you could set series.highlight.markers.color "transparent". For your convenience here is an updated example.
Regards,
Iliana Nikolova
Telerik