scatter plot 源码
散点图 在线演示: : 一个任务 根据输入数据实现显示的组件 ,在其上绘制通过线性逼近获得的点和趋势线。 输入数据 type Point = { x : number ; y : number ; } type APIResponse = { points : Point [ ] ; title : string ; xTitle ?: string ; yTitle ?: string ; } 要求 React,Typescript,Storybook(可选) SVG渲染的2D图 设计是任意的,下面给出一个例子。 需要坐标轴 从极值点算起的轴上值的线性数 每个轴,线的可选图例 通过线性函数逼近获得的趋势线 库不能用于处理图形。 执行 集会 对于构建/编译, webpack与babel webpack使用,而打字稿则与插件一起使用,
文件列表
scatter-plot-master.zip
(预估有个83文件)
scatter-plot-master
config
projectConfig.js
396B
templates
local.config.json
49B
common.config.json
105B
Env.js
103B
package.json
3KB
.github
workflows
暂无评论