Forum Discussion
Pmeems
Sep 21, 2022Copper Contributor
How to show montly costs in time chart
I'm using the below JSON Body to get a grid with months and costs. Very usefull. But I would like to visualize it as a time chart. But when I select the time chart option in the visualization dropd...
- Oct 16, 2022
Select Visualization: Bar Chart (Categorical)
Then open Advanced Editor and add
"chartSettings": {"xAxis": "BillingMonth","yAxis": ["Cost"],"group": null,"createOtherGroup": 0,"showLegend": true}
Theo_Kostelijk
Microsoft
Oct 16, 2022Select Visualization: Bar Chart (Categorical)
Then open Advanced Editor and add
"chartSettings": {
"xAxis": "BillingMonth",
"yAxis": [
"Cost"
],
"group": null,
"createOtherGroup": 0,
"showLegend": true
}