Closed akshay-developer-2021 closed 1 year ago
You can use .render().fit() but it makes it look weird because first it renders in the default setting and then it animates into "fit" view.
.render().fit()
I don't think that there is an easy way around that.
I personally don't think that it's an issue, looks quite good to my eye
https://stackblitz.com/edit/js-nf6zcx?file=index.html
You can use
.render().fit()
but it makes it look weird because first it renders in the default setting and then it animates into "fit" view.