This is a migrated thread and some comments may be shown as answers.

Trackball does not work unless set the vertical axis on the chart

1 Answer 38 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Robin
Top achievements
Rank 1
Robin asked on 25 Nov 2015, 11:44 PM

I have a line chart that has two series, two vertical axis and one horizontal axis. It works well however I cannot add trackball behaviour on it because the vertical axis is set on the series rather on the chart. How can I get the trackball work given multiple vertical axis?

 

// This will make the trackball work
lineChart.setVerticalAxis(saleVAxis);

// This won't get the trackball work
salesSeries.setVerticalAxis(saleVAxis);

 

 

1 Answer, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 30 Nov 2015, 01:22 PM
Hi Robin,

Thank you for reporting this.

We are going to fix this issue with our next release, expected in mid-January. For now, as a workaround you can simply set one of the axis to the chart as well, not only to the series.

I have added a few Telerik points for your report.

Regards,
Todor
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Chart
Asked by
Robin
Top achievements
Rank 1
Answers by
Todor
Telerik team
Share this question
or