-
I use BarChart example in my application and noticed this error. I can't find the solution on internet. Also this error was coming in Victory Native as well. Seems like error coming from 'react-native…
-
Is animation supported on PieChart component? I tried it but it doesn't seem to work for me.
-
### Question
Is there a way to plot two lines with different x and y values on the same chart?
### Background Info/Attempts
const o1 = { x: [0, 2, 3, 5, 20], y: [10, 15, 20, 25, 30] }…
-
We just had a call with Laura and Maurizio, and our idea was to have list of reusable packages, where we only provide the related css.
My recommendation for these components would be:
- **Toolti…
-
I first noticed this issue last month, but I was unable to find what triggered the issue until today. I tested 8.0.4, 8.0.5-RC and experimental, all of which were affected.
# Effect
My baseline …
-
Hi? when i add in my chart i have error
`LongPressGestureHandler must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com…
-
### Question
How to deal with multiple gesture handlers?
### Background Info/Attempts
I'm building a CartesianChart, and one of the requirements is to be able to swipe on the chart to cha…
-
### What is the problem?
When rendering the chart I get all kinds of errors like the following:
```
Warning: Received `false` for a non-boolean attribute `animate`.
If you want to write it to th…
-
- [x] LineChart
- [x] Gauge List
- [ ] Max Temp - Input
- [ ] Min Temp - Input
- [ ] Alert history
-
## The Problem / Bug
**`VictoryTooltip`** is **overlapping** in a `VictoryGroup` of `VictoryBar` with a vertical position on IOS.
### Reason
I managed to understand that the problem is related…