I’d like to programmatically update an event segmentation chart. Specifically I’d like to either:
- Update the where filter in an event module OR
- Update the custom date of the Compare to past option in the Properties tab
Is this possible with the Amplitude developer APIs? Thanks!
Edit: For context, I have a chart that shows data for the last N releases of our app. As new releases are pushed out, I’d like to automatically update the chart to show the latest releases. Right now, we need to manually update the chart for each release.