Skip to main content

Statistical and Data Mining

Version

Apache ECharts Panel supports the ecStat library starting from version 3.7.0.

The ecStat library integrates statistical and data mining capabilities into the chart generation within the Apache ECharts Panel plugin.

Tutorial

Watch our tutorial for a detailed guide on using three data mining functions provided by ecStat:

  • regression
  • clustering
  • histograms
Histograms, Clustering. Regression in Apache ECharts panel for Grafana.

Additionally, the ecStat library provides basic statistical tools like

  • deviation
  • quantile
  • min
  • max
  • mean
  • median

Example

You can find an example at echarts.volkovlabs.io. Feel free to copy the code and modify it for your use case.

Polynomial Regression in Apache ECharts.
Polynomial Regression in Apache ECharts.