NativeScript / nativescript-ui-charts

NativeScript wrapper around HiCharts library
Apache License 2.0
26 stars 6 forks source link

fixes bug #26 #27

Closed cjohn001 closed 3 years ago

cjohn001 commented 3 years ago

This issue fixes bug #26.

@shiv19 : Like assumed yesterday night adding the following line fixes redrawing under Android. Behavior between IOS and Android now matches.

this.nativeView.reload();

shiv19 commented 3 years ago

@cjohn001 published as @0.1.4