nativescript-ui-feedback icon indicating copy to clipboard operation
nativescript-ui-feedback copied to clipboard

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

Open olcayertas opened this issue 2 years ago • 0 comments

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

olcayertas avatar Sep 14 '22 16:09 olcayertas