Feature Request
The TreeData API should have equivalent methods to these straight table HyperCube methods:
- GetHyperCubeBinnedData
- GetHyperCubeReducedData
- GetHyperCubeContinuousData
Use case
The TreeData API is useful for creating small multiples of charts like lines and scatter plots. Those subplots usually need features like data binning, reduction, and continuous value ranges in order to handle larger volumes. These features do not currently work with the TreeData's fetching mechanisms. This means that you can't implement data reduction, binning, or continuous range values in these charts like you do when the chart isn't part of a small multiple.