@jendx/finshape-bar-chart
v0.1.0
Published
A configurable bar chart plugin for the [Alfons PDK](https://www.npmjs.com/package/@alfons-app/pdk), built using `react-native-gifted-charts`. It provides flexible data input, axis customization, and per-bar styling for visualizing numerical data in a bar
Readme
📊 @jendx/finshape-bar-chart
A configurable bar chart plugin for the Alfons PDK, built using react-native-gifted-charts. It provides flexible data input, axis customization, and per-bar styling for visualizing numerical data in a bar chart format.
✨ Features
- Custom X and Y axis labels
- Optional Y-axis prefix (e.g.,
$,%) - Individual bar color configuration
- Live data input via inspector control
- Built-in styling and data tabs in the Alfons editor
🚀 Installation
1. Install via NPM
npm install @jendx/finshape-bar-chart2. Local Development
- pull the repo
- instal PNPM
- run
pnpm install & pnpm install ./ --save-dev - run
pnpm sandbox
If pnpm sandbox fails try installing bun globaly npm install bun -g
