Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Pie Chart

user799444-OracleMay 23 2016 — edited Jun 14 2017

This , I hope, is a very straightforward question related to Pie Charting. I am new to JET so please bear with me!

I need to display the actual count of a given corresponding label value in the pie chart rather than the percentage value. Can I do this and, if so, how ?

As an example, using the JET Cookbook:

var pieSeries = [{name: "10.2.0.4", items: [42]},

                         {name: "10.2.0.5", items: [55]},

                         {name: "11.2.0.3", items: [36]},

                         {name: "12.1.0.1", items: [10]},

                         {name: "9.2.0.8", items: [5]}];

I want to see 42 for '10.2.0.4', not 28.4%

This post has been answered by Hugh Zhang-Oracle on May 23 2016
Jump to Answer
Comments
Post Details
Added on May 23 2016
2 comments
4,850 views