Questions tagged [react-native-charts-wrapper]
14 questions
11
votes
4 answers
SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'SwiftyJSON')
I am getting this error while trying to install react-native-charts-wrapper. I have followed the steps exactly as they say but still not able to build the project successfully.
I also set the SWIFT_VERSION to 4.2 in build settings of my project,…

honor
- 7,378
- 10
- 48
- 76
3
votes
1 answer
react-native-charts-wrapper yOffset in yAxis not working
I'm trying to use this option, but it has no effect, and when I take a look at react-native-charts-wrapper code, I think maybe it is not correct.
In file ChartBaseManager.java, the setCommonAxisConfig function is only called for xAxis, but never…

Nuno Magalhães
- 41
- 1
- 5
2
votes
1 answer
RadarChart questions
I have modified the RadarChart sample.
I'd like to draw full circles on dataset values, on the blue line in the screenshot below.
I'd like to draw grid lines only on x axis and set its color to black (now red) and get rid of the scale values on the…
anon
1
vote
1 answer
How i can create this type of Progress Bar in react native with graddient support
How can i create this progress bar with 80% circle and multiple gradient colors support

Faizan Ali
- 37
- 5
1
vote
0 answers
"RNPieChart" was not found in the UIManager. (react-native-charts-wrapper)
I'm having an issue with react-native-charts-wrapper
I keep getting an error even on IOS and Android
ERROR: Invariant Violation: requireNativeComponent: "RNPieChart" was not found in the UIManager.
There is a closed issue on the library's GitHub…

JoelE
- 169
- 3
- 12
1
vote
1 answer
Show different colors for a line which lies in range in line chart in react native line chart wrapper
I need to show the line chart with when plotted if lies in some range should be shown with some different color. Something like this . But not having any idea how to show.
Till now i have used these -

christo-pher18
- 145
- 1
- 14
1
vote
1 answer
How to set point selection on the chart in react-native-charts-wrapper?
I have a LineChart on my app from react-native-charts-wrapper and usually after the user taps on the chart the dates's bar appears on the chart like this:
But i need to set like just point selection, like this:
But i could not find any ways how…

jocoders
- 1,594
- 2
- 19
- 54
0
votes
0 answers
How to specify the data to render on y or y1 axis, based on the yAxisID in the data being provided to the line chart using react-native-charts-wrapper
Labels rendering on y and y1 axis labels in the line chart are similar and not as per the data provided. how can I provide the yAxisID to the line chart getting rendered? I am using react-native-charts-wrapper to achieve the same.
The same…
0
votes
0 answers
react-native-chart-wrapper Zoom out issue after pinch to zoom
After Pinch to zoom, I am unable to reset zoom while replacing new data
import { BarChart } from 'react-native-charts-wrapper';
0
votes
0 answers
Stack bar graph data with a differentiator line which shows exceed values
We need a bar chart library that can show the data in the graph, the same as attached in the image.
are we need to show the data in the bar graph with a line that represents the user data limit?
Chart image
In the graph, the bar which grows above…

Rinku Khatri
- 1
- 1
0
votes
1 answer
Changing color of x-axis label in bar chart
I'm using react-native-charts-wrapper for creating a chart and I was wondering if there is a way to change the x-axis label style for just one bar? I have a whole week in the chart and I want to change the color of the current day. So if today is…

sofronijev
- 47
- 1
- 9
0
votes
2 answers
How to Achieve this kind of sliding bar with tooltip in react native in charts
Hi there I want to achieve this kind of sliding line with tooltip in react native charts or SVG charts.Can anyone help me to figure it out how we can achieve this

Zaid Qureshi
- 155
- 3
- 12
0
votes
2 answers
Export react-native-charts-wrapper to PNG
I'm working on a react native application where I want to show data in the chart and then export the chart to PNG or Base64 image.
I'm using react-native-charts-wrapper library where I'm able to show the data in charts but not in able to convert it…

Mayank Shrivastava
- 362
- 4
- 24
0
votes
0 answers
Ok to hide expensive Views in React Native?
I know that setting "display none" instead of not rendering is kinda against React philosophy - still I have to ask:
Isn't that the proper way if my View is actually a expensive component?
In my case a react-native-charts-wrapper chart with…

Hugo
- 2,569
- 1
- 19
- 18