chartjs / chartjs-chart-financial

Chart.js module for charting financial securities
MIT License
743 stars 199 forks source link

Method for plotting cumulative sum #66

Closed angelotc closed 4 years ago

angelotc commented 4 years ago

Unsure if this already exists, but is there a way to plot cumulative sums (e.g. cumulative returns).

benmccann commented 4 years ago

No, this doesn't exist. But it's probably better handled externally. This library is really just focused on charting. You could do any data transformation before passing the data in