Skip to content

zzybccdb/Boxplot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boxplot

利用 pixi + d3 实作的 boxplot

根据使用者传入资料绘制出 Min, Q1, Median, Q3, Max

  • 范例如下
      data:{
        'test1':[1,3,5,7,9],
        'test2':[10,20,55,80,100]
      }

效果如下

  • 鼠标移动至图表,显示具体数值

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

About

结合 PIXI 和 D3 实作的 Boxplot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published