New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-fishbone-chart

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-fishbone-chart

fishbone chart for react

latest
Source
npmnpm
Version
0.1.4
Version published
Maintainers
1
Created
Source

鱼骨图(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
  • d3 fishbone

FAQs

Package last updated on 17 May 2018

Did you know?

Socket

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.

Install

Related posts