Hi I have a table result created as:
Emp sold consumed wasted...... stolen
ABC 8 12 5 12
XYZ 2 5 6 7
:
:
TUV 10 34 2 3
where Emp, sold,consumed, wasted , stolen etc. (can be more also), are table header
ABC is row1, with 8,12,5,12 as the values of sold,consumed, wasted , stolen respectively.
My problem:
I need to create a pie chart for ABC, XYZ etc on page load (not drilldown), to show the detail of each category corresponding to each Emp.
Please help me with some pointers
Best,
↧