react-native-plotly
react-native-plotly copied to clipboard
Use plotly.js in React Native!
### Issue On Android 12 (I didn't test on Android 9), React Native Plotly always crashes with `null pointer dereference` issue (see [crash log](https://gist.github.com/endronk/2bc2eb2548b1b9ef8bee44724895711c)). The same issue also occurred here...
Hello! I would like to use the event callbacks from plotly. Example : how can I trigger a fonction when the graph is clicked ('plotly_click' event)? Thanks in advance for...
Hi, Requesting the author and contributor of this library to update and match with the latest version of Plotly.js In the huge amount of graph sets, the app got stuck...
Hello, I've implemented a little demo similar to the one in the readme. ``` import React, { ReactElement } from 'react'; import { View } from 'react-native'; import Plotly from...
Zooming with two fingers is not working