Is there anyway I can get the embedded charts to pull its data from a custom endpoint?
We are currently using dynamic collections but there doesn’t seem to be a way to create charts for dynamic collections
Is there anyway I can get the embedded charts to pull its data from a custom endpoint?
We are currently using dynamic collections but there doesn’t seem to be a way to create charts for dynamic collections
Hello!
To have embedded charts pull data from a custom endpoint, set up a custom API endpoint that retrieves data from your dynamic collections or other sources. Use JavaScript to fetch data from this endpoint and integrate it with a charting library like Chart.js or D3.js to dynamically generate and embed charts into your application or dashboard. This approach allows you to visualize data from dynamic collections effectively.