Skip to content

Releases: ecomfe/echarts-stat

1.2.0

03 Nov 08:18
Compare
Choose a tag to compare
  • [Feature] Support data-transform follow echarts 5.0.
  • [Feature] Add config dimensions to specify which dimensions will be used in calculation.
  • [Feature] Support two-dimension array in "histogram".
  • [Feature] Add config dimensions outputType outputClusterIndexDimension outputDistanceDimension for clustering.
  • [Fix] Fix that in some data error will be thrown when calculate quantity exponent.

1.1.1

29 Mar 08:19
Compare
Choose a tag to compare
  • [+] Add Chinese Document.
  • [+] Fixed #9.
  • [+] Fixed #7.
  • [+] Fixed #6.
  • [+] Fixed #5.
  • [+] Fixed #3.

1.1.0

05 May 03:34
Compare
Choose a tag to compare
  • [+] Published Histogram : See example.
  • [+] Add sampleVariance, used to calculate variance of sample values.
  • [+] Add deviation, used to calculate deviation of sample values.
  • [+] Add quantile, used to compute p-quantile.
  • [+] Add range.js, similar to Python built-in range.

1.0.0

23 Mar 12:58
Compare
Choose a tag to compare
  • [+] Published linear regression : See example.
  • [+] Published exponential regression : See example.
  • [+] Published logarithmic regression : See example.
  • [+] Published polynomial regression : See example.
  • [+] Published static clustering : See example.
  • [+] Published dynamic clustering : See example.
  • [+] Add commonly used statistical functions.