We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data reverses when use PieChartPro
import { Colors, useTheme } from '@rneui/themed'; import { PieChartPro } from 'react-native-gifted-charts';
import { CHART } from '@src/constants';
const RADIUS = CHART.WIDTH * 0.4;
const getMockData = (colors: Colors) => { return [ { value: 100, color: colors.categoriesShopping }, { value: 200, color: colors.categoriesHome }, { value: 50, color: colors.categoriesTaxes }, { value: 250, color: colors.categoriesFood }, { value: 150, color: colors.categoriesTravel }, ]; };
export const PieChart = () => { const { theme } = useTheme();
return ( ); };
PieChartPro
PieChart
No response
1.4.47
0.75.4
iOS
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
data reverses when use PieChartPro
Steps to reproduce
import { Colors, useTheme } from '@rneui/themed';
import { PieChartPro } from 'react-native-gifted-charts';
import { CHART } from '@src/constants';
const RADIUS = CHART.WIDTH * 0.4;
const getMockData = (colors: Colors) => {
return [
{ value: 100, color: colors.categoriesShopping },
{ value: 200, color: colors.categoriesHome },
{ value: 50, color: colors.categoriesTaxes },
{ value: 250, color: colors.categoriesFood },
{ value: 150, color: colors.categoriesTravel },
];
};
export const PieChart = () => {
const { theme } = useTheme();
return (
);
};
PieChartPro
PieChart
Snack or a link to a repository
No response
version of react-native-gifted-charts
1.4.47
React Native version
0.75.4
Platforms
iOS
Workflow
None
The text was updated successfully, but these errors were encountered: