Mike Kane
Mike Kane
Sure. What would you like to see?
Here is a snippet of how I am passing the data inside of the chart. I tried to keep it identical to the charts demo. I do not see `addEntry...
After posting this code, it seems the spacing was different on the wifiEntry. After changing that it seems a bit better.
I've tried overFlow = hidden. Not sure what else I can do.
@boygirl Adding the suggested prop ``` x={(d) => d.x - 0.25} ``` so my component looks like this ``` d.x - 0.25} boxWidth={15} data={wifiPings} style={{ min: { stroke: colorScale[1] },...
Ah sometimes it does seem to work if I leave out the ``` x={d => d.x - 0.25} ``` on the first box plot component. The issue also is now...
Is this going to get merged?
Bump. This is an issue. Swipeout will swipe when TouchableWithoutFeedback is commented out but will not swipe if it is not commented out ``` this.selectResult(index)}> ```
Yes. Is it working for you now? ``` { this.setState({ sectionID, rowID }); close = true; }} onClose={() => console.log("===close")} scroll={event => (close = false)} style={{ backgroundColor: "white" }} right={swipeoutBtns}...