Một React component có chức năng chuyển đổi một mảng hoặc một chuỗi các số thành dạng biểu đồ đường hoặc biểu đồ cột
<ChartGenarator
mode={mode} //"bars" or "line"
data={data} //String or Array of number
color={color} // String of a hex color value
/>
Ví dụ:
<ChartGenarator
mode={"bars"}
data={[1,9,3,5,8,1,7,12,43,67,54,13,68,90,87,65,43,22,45]}
color={"#000000"}
/>
Cài đặt node_modules
npm install
Chạy server ở localhost:3000
npm start
If you have any feedback, please reach out to me at [email protected]