-
轻量级的React图表库:react-frappe-charts
资源介绍
ReactFrappe图表
具有TypeScript定义和Storybook React包装器
安装
React Frappe Charts需要React 16.8.0或更高版本。
$ npm install --save frappe-charts react-frappe-charts
用法
import ReactFrappeChart from "react-frappe-charts" ;
export default function MyChart ( props ) {
return (
< ReactFrappeChart
type = "bar"
colors = { [ "#21ba45" ] }
axisOptions = { { xAxisMode : "tick" , yAxisMode : "tick" , xIsSeries : 1 } }
height = { 250 }
data = { {
labels : [ "Sun" , "Mon" , "Tue" ,