How to Create Custom Analytics Charts like traffic and policy errors in dev portal

 
0 1 100
1 REPLY 1

Apigee Edge module uses Google Charts library to render the charts.

Here is the reference code for how the module does the Analytics for Developer Apps

Base class calls the StatsController to fetch the data.

The SDK does not have logic to pull traffic and policy errors from Edge so you may have to add that logic in a custom module.