Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 27 Jun 18:25
ec438af
  • promote the v7 chart rebuild to the stable latest release line
  • expose modern charts through the react-native-chart-kit/v2 package subpath
  • keep the legacy root import available for existing LineChart, BarChart,
    StackedBarChart, PieChart, ProgressChart, and ContributionGraph
    screens
  • update the support matrix to React 19, React Native 0.83+, and react-native-svg 15
  • modernize package tooling and remove the legacy Expo 37 root demo setup
  • add renderer-agnostic core packages for normalization, scales, layout, geometry, interaction, and benchmarks
  • add modern LineChart and AreaChart with multi-series data, null gaps, smart labels, tooltips, crosshair, scrollable viewports, pan/zoom controls, range selector, markers, reference overlays, thresholds, decimation, and accessibility helpers
  • add modern BarChart with grouped, stacked, 100% stacked, horizontal, negative, scrollable, selectable, animated, and themed examples
  • add PieChart, DonutChart, ProgressChart, ContributionGraph, CombinedChart, and CandlestickChart foundations with opt-in calendar-aware session-gap markers for dated candles
  • add ContributionGraph active-cell rendering and "top" BarChart tooltip placement support
  • add Expo showcase coverage for modern and compatibility fixtures
  • add v1 migration docs, prop mapping, production recipes, troubleshooting,
    known issues, and issue templates
  • deploy the ChartKit.io docs site through Cloudflare Pages with live examples,
    Pro integration docs, and public package release gates