# react-fishbone-chart

> fishbone chart for react

Latest version **0.1.4** (published 2018-05-17) · ISC license · 0 weekly downloads

## Install

```sh
npm install react-fishbone-chart
pnpm add react-fishbone-chart
yarn add react-fishbone-chart
bun add react-fishbone-chart
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2018-05-17 |
| First published | 2018-05-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 41 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | miaoyu |
| Maintainers | samuel.miao |

## Links

- npm: https://www.npmjs.com/package/react-fishbone-chart
- Repository: https://github.com/goldEli/react-fishbone-chart
- Homepage: https://github.com/goldEli/react-fishbone-chart#readme
- Issues: https://github.com/goldEli/react-fishbone-chart/issues
- npm.io page: https://npm.io/package/react-fishbone-chart

## Dependencies (2)

- [babel-preset-stage-0](https://npm.io/package/babel-preset-stage-0.md) ^6.24.1
- [babel-plugin-transform-class-properties](https://npm.io/package/babel-plugin-transform-class-properties.md) ^6.24.1

## Recent versions

- 0.1.4 (latest) — 2018-05-17
- 0.1.3 — 2018-05-10
- 0.1.2 — 2018-05-10
- 0.1.1 — 2018-05-10
- 0.1.0 — 2018-05-10

## README

# 鱼骨图（fishbone chart for react）

## install

```
npm i react-fishbone-chart
```

## how to use

```
import React from 'react';
import {FishboneChart} from 'react-fishbone-chart'

const initData = {
  data: ['a','b','c','d','e','f','g','h','k'], 
  speed: 28,                                    
}

const App = () => {
  return (
    <div style={{width:"600px", height:"600px"}}>
      <FishboneChart option={initData}/>
    </div>
  );
};

export default App;
```

### reference

* [Building a React Component Library | Part 1](https://medium.com/@_alanbsmith/building-a-react-component-library-part-1-d8a1e248fe6c)
* [d3 fishbone](http://bl.ocks.org/bollwyvl/9239214)

---
_Source: https://npm.io/package/react-fishbone-chart · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
