PMSI-AlignAlytics / dimple

An object-oriented API for business analytics
Other
2.73k stars 557 forks source link

access original data rows from aggregated series data #236

Open jabadia opened 8 years ago

jabadia commented 8 years ago

In order to extend dimple for some useful use cases, I would like to have an array of the original data rows accessible from the series data rows:

  1. That would allow to create more meaningful tooltips using row fields that are not used in any axis
  2. I want to do a 'candlestick' chart. I could write a plot.candle function and access min, avg, and max fields for each data point to draw the candle accordingly.