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

AreaSeries doesn't fit to width of chart untill toggling the hidden parameter of axis #1549

Open olcayertas opened 2 years ago

olcayertas commented 2 years ago

I am trying to create a area chart without any axis like this one:

Expected result

I have almost done it but there is a problem: When the chart is loaded the first time it looks like this:

initial look

After initial load if I toggle the hidden property of LinearAxis it stars looking correctly:

correct llok

For Android the situation is worst then iOS, chart is completely invisible:

Android look

You can check the project here:

https://github.com/olcayertas/nsvue/blob/main/app/components/Home.vue