victory
v37.3.2
Victory
# npm
$ npm i --save victory
# or yarn
$ yarn add victory
import React from "react" ;
import { render } from "react-dom" ;
import { VictoryPie } from "victory" ;
const PieChart = ( ) => {
return < VictoryPie / > ;
} ;
render ( < PieChart / > , document . getElementById ( "app" ) ) ;
VictoryPie
元件將會被渲染,您應該會看到: 使用 Victory 的專案也應該依賴 React。截至[email protected]
Victory需要React版本16.3.0
或更高版本
Victory Native 與 Victory 分享大部分程式碼,並且具有幾乎相同的 API!要了解更多信息,請查看 Victory Native 包自述文件。
請參閱貢獻指南。
正面: Formidable 正在積極致力於該項目,我們期望在可預見的未來繼續努力。歡迎錯誤報告、功能請求和拉取請求。