Skip to content

brandonbrown/mmf-react-native-chart-kit

Repository files navigation

All of the changes you see within this repo are for specific use cases I've found I needed solutions to. 🐝See Original Repo for Full Documentation

Changes

Bar chart

Bat Chart

Converted <Rect> to <Path> to allow for rounded corners. Properties may be passed as below:

These are still a work in progress. Does not play well with all values yet. These are paused here as they work for my specific situation.

const chartConfig = {
  topRadius: 8,
  bottomRadius: 20
};

About

Customized version of react-native-chart-kit. Most of these changes are to allow more flexibility in styling capabilities.

Resources

License

Stars

Watchers

Forks

Packages

No packages published