highcharts / highcharts-react-native

Other
103 stars 79 forks source link

Customize chart loader #127

Closed angeliqueIcono closed 3 years ago

angeliqueIcono commented 3 years ago

Hi! do we have the possibility to customize the graph loader (background + color)?

Denyllon commented 3 years ago

Hi @angeliqueIcono ,

Could you tell me which loader do you mean? Also just wanted to inform that this package is marked as deprecated now, so we do not maintain it anymore.

Kind regards!

angeliqueIcono commented 3 years ago

I'm very sad to learn that the package is deprecated 😭 ... I was talking about the loader that appears when you put the loader={true} on the component.

Denyllon commented 3 years ago

Thank you for explanation. That loader is nothing else than default Webview's startInLoadingState. This wrapper only binds this option into a loader component's prop, and does not have option to customize the appearance of the loader. Actually, it's hard to say it's even possible to do that in any way in Webview.

Kind regards!