NikldjOne
NikldjOne
I have the same problem with 0.76 version. LineСhart and BarChart don't work
there is this solution, but the BarChart does not work. Linear graph worked for me https://github.com/wuxudong/react-native-charts-wrapper/pull/1007/files
> added in node_modules/react-native-charts-wrapper/ios/ReactNativeCharts/bar/RNBarChartView.swift ``` override func layoutSubviews() { super.layoutSubviews() _chart.frame = self.bounds // Adjust the chart's frame to fill the entire component's bounds } ``` ## It's work for...
Still relevant