ProgressNS / nativescript-ui-feedback

This repository is used for customer feedback regarding Telerik UI for NativeScript. The issues system here is used by customers who want to submit their feature requests or vote for existing ones.
Other
115 stars 21 forks source link

RadCartesianChart CategoricalAxis majorTickInterval property loses effect when zooming #1351

Open msn444 opened 4 years ago

msn444 commented 4 years ago

Please take a minute to read our NativeScript Code of Conduct before proceeding with posting issues or discussing. The purpose of this guide is to make communication and cooperation within our forums a pleasure for you and the other members.

Please, provide the details below:

Tell us about the problem

When zooming a RadCartesianChart with a CategoricalAxis, the majorTickInterval loses effect when zooming. When fully zoomed out, the tick interval is displayed properly as specified by majorTickInterval, but when zoomed in the tick interval is reduced.

Which platform(s) does your issue occur on?

Only on Android; iOS works as expected

Please provide the following version numbers that your issue occurs with:

Please tell us how to recreate the issue in as much detail as possible.

Playground example: https://play.nativescript.org/?template=play-vue&id=NshzNl&v=3

Tick interval is initially 10, as specified by majorTickInterval. Zoom in on the graph and see the tick interval change (Android only, works properly on iOS).

Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.

Playground example: https://play.nativescript.org/?template=play-vue&id=NshzNl&v=3