Chart.js module for charting box and violin plots. This is a maintained fork of @datavisyn/chartjs-chart-box-and-violin-plot, which I originally developed during my time at datavisyn. The config can ...
var Boxplot = require('react-boxplot'), computeBoxplotStats = require('react-boxplot/dist/stats'); var values = [ 14, 15, 16, 16, 17, 17, 17, 17, 17, 18, 18, 18, 18 ...