Venu Gopal

Results 5 comments of Venu Gopal

Hi, can you check this code { if (event.type === "click" && elements.length) { console.log(elements[0]); } }} />

hi i am also very new with this, I edited like this to test const options = { responsive: true, onClick: (e, elements) => { console.log('console 2', elements[0]?.index, elements[0]?.datasetIndex); },...

right now I am also stuck in the same part, whenever I update the state variable on click the graph re-renders, so basically on click graph is moving from the...

I am also stuck in this situation only, the global variable is updated inside the function but it is the same outside the function, or it is not re-rendering

same here, "react-native": "0.69.1", "react-native-code-push": "^7.0.5", are the verisons I'm not sure if this information is relevant, but the code push was functioning correctly for me when the "react-native" version...