ecomfe / echarts-stat

Statistics tool for Apache ECharts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing quantile in statistics

Fleeting198 opened this issue · comments

in "echarts-stat/src/statistics.js":
statistics.max = require('./statistics/quantile');
statistics.max = require('./statistics/sampleVariance');

and also sampleVariance

改了,谢谢您