Hello,
I have multiseries bar chart. I’m getting my Data Points from the json file. I create 3 data points as x, y and z by taking the data I want in the foreach loop.
These data are kept in DataPointsA and DataPointsB arrays.
Common keys are x and z keys.
The data in the z key goes from 1 to 16. I want to sort the looks from 1 to 16, but I can’t.
I tried many examples but could not find a solution.
Thank you for your help,
Have a great day.