@chart-kit/pro
v7.0.0
Published
Commercial Pro package for Chart Kit v2 advanced workflows.
Readme
@chart-kit/pro
Commercial Chart Kit Pro package for advanced React Native chart workflows.
This repository is commercial code. The license terms live in LICENSE.
Current contents:
@chart-kit/propackage metadata and feature registry- Pro React Native surface in
src/react-native/index.ts CandlebarChart,RadarChart,Realtime.BarChart, andComboChartpublic Pro docs API- PNG/SVG export helpers for snapshots, share sheets, and headless rendering
- lower-level
CandlestickChartandCombinedChartexports for existing internal callers - Pro candlestick geometry
- private
@chart-kit/skia-rendererworkspace - Pro showcase app, fixtures, and visual baselines live in
chart-kit/react-native-chart-kit-example
Package boundary:
- Pro depends on the public
react-native-chart-kit,@chart-kit/core, and@chart-kit/svg-rendererpackages at runtime. @chart-kit/proand@chart-kit/skia-rendererare published as public npm packages from this private repository, but their code is governed by the commercial Chart Kit Pro license.- Shared v2 implementation helpers needed by Pro are vendored under
src/react-nativein this private repository until they are deliberately promoted into a public extension API. - React and React Native remain peer dependencies.
- Skia stays in
packages/skia-rendererand should not be installed by the public package.
Install for licensed customers:
npm install react-native-chart-kit @chart-kit/pro react-native-svgCustomers can install the public npm packages, but production use requires a paid or written Chart Kit Pro license.
Repository secrets:
NPM_TOKEN: automation token that can publish@chart-kit/proand@chart-kit/skia-renderer.
