BlueWaveTechnologies / BlueWave

Web application used to create charts and dashboards using a graph database
MIT License
5 stars 3 forks source link

Line Graph - Smoothing Options #106

Closed pborissow closed 2 years ago

pborissow commented 3 years ago

Add new "Smoothing" options including:

With the latter 2 options, there should be a slider to allow users to set a "smoothing factor". For example, with KDE this would be the bandwidth and Moving Average would be number of samples.

Spline Example (curved monotone): https://bl.ocks.org/gordlea/27370d1eea8464b04538e6d8ced39e89

KDE Example: https://codepen.io/ds604/pen/GaEXwg

Moving Average: http://stphnma.github.io/2017/11/01/d3-moving-average.html