Is there a way to convert Analytics JSON data to excel/chart template?

sumiya96
Participant I

Hi,

I am trying to convert the Analytics JSON data to pie chart/excel template.

I tried PFB Management call to fetch the full stats based on the below metrics and dimensions.

https://myorg.apigee.com/v1/organizations/{orgname}/environments/{envname}/stats/apiproxy,response_s... 00:00~03/05/2018 23:59&timeUnit=day&filter=(apiproxy in 'proxyname').

With this Management Call I am able to fetch the JSON data but I would like to convert this data in the form of pie chart/graph.

Can any one of you please suggest how can we achieve this?

0 2 470
2 REPLIES 2

sidd-harth
Participant V

Hi @sumiya96, I am not sure if piecharts can be done with Apigee APIs. BTW you can use Javascript to create piecharts from JSON.

Have a look at this JqPlot doc.

@Siddharth Barahalikar

Does this JqPlot support in apigee JS.