hexagon-chart
v1.0.2
Published
Hexagon-Chart is a React component that renders data in a hexagon shape. It supports various options for representing data and is very easy to use.
Downloads
2
Readme
Hexagon-chart
Hexagon-Chart is a React component that renders data in a hexagon shape. It supports various options for representing data and is very easy to use.
Features
- Simple Integration: Easily integrate into any React project.
- Customizable: Supports a wide range of customization options to fit your needs.
- Responsive Design: Automatically adjusts to fit different screen sizes.
- Interactive: Provides interactive features such as tooltips and hover effects.
- Performance: Optimized for performance to handle large datasets efficiently.
Installation
Install the package using npm or yarn:
npm install hexagon-chart
or
yarn add hexagon-chart
Examples
import HexagonChart from 'hexagon-chart';
const MyComponent = () => {
const data = [];
const option = {};
return <HexagonChart data={data} option={option} />
};
Contributing
See CONTRIBUTING for details on submitting patches and the contribution workflow.
Code of Conduct
Nkia has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.
Contributors
License
Hexagon-chart is MIT licensed.