![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
@keepfy/react-charts
Advanced tools
React UI toolkit for the web.
A simple library to create and handling awesome canvas charts.
This package is based on echarts and echarts-for-react wrapper.
Keepfy React Charts is avaliable as an npm package.
// with npm
npm install --save @keepfy/react-charts
//with yarn
yarn add @keepfy/react-charts
Here is a quick example to get you started, it's all you need:
import VerticalBarChart from '@keepfy/react-charts'
<VerticalBarChart
color='green'
xType='time'
barWidth={ 100 }
yComplement='%'
tooltip={{
label: 'Axis x tooltip label',
result: 'Axis y tooltip label'
}}
data={[
{ label: 'value 1', result: 50 },
{ label: 'value 2', result: 21 },
{ label: 'value 3', result: 84 },
{ label: 'value 4', result: 79 },
]}
/>
To run the demo:
git clone https://github.com/keepfy/keepfy-react-charts.git
yarn && yarn start
Check out our documentation website.
Bug reports, feature requests and other contributions are more than welcome!
Whenever possible, please make a pull request with the implementation instead of just requesting it.
If the feature is big, open an issue first for discussion.
The descriptions of the props used on this package are found in: https://echarts.apache.org/en/option.html
This project is licensed under the terms of the MIT license.
FAQs
A react charts package based in echarts
We found that @keepfy/react-charts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.