Hi there,
I’m curious if there is a chance of data being pruned or failing to response due to massive chart data when using Dashboard API’s Results from an Existing Chart endpoint.
I’m implementing a feature something similar to:
- a feature where users can view their profile’s page view counts.
- users can view who viewed their profile within the last few days, etc.
So the chart I’ve created is basically page view events grouped by profile ID which will scale as more profile (users) are created.
Thanks,