Releases: vladanyes/react-native-skia-charts
Releases · vladanyes/react-native-skia-charts
Release 0.0.60 alpha
What's Changed
- refactor line chart
LineChart component doesn't use 'd3-shape' for building the chart. Instead added a custom function for creating a chart, which is similar to these functions:
https://github.com/Shopify/react-native-skia/blob/main/example/src/Examples/Graphs/createGraphPath.ts
https://github.com/margelo/react-native-graph/blob/main/src/CreateGraphPath.ts - get rid of
d3-shape
,d3-array
anddayjs
dependencies - add X and Y axes to the bar chart
Important notice:
Stacked bar chart is temporarily not available , since current implementation still requires d3-shape
dependency. This component either will be refactored or will be moved to a separate package. The reason behind this is that we don't want react-native-skia-charts
to depend on lots of other libraries.