Forum Discussion

Pmeems's avatar
Pmeems
Copper Contributor
Sep 21, 2022
Solved

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...
  • Theo_Kostelijk's avatar
    Oct 16, 2022

    Pmeems 

    Select Visualization: Bar Chart (Categorical)

    Then open Advanced Editor and add

        "chartSettings": {
          "xAxis""BillingMonth",
          "yAxis": [
            "Cost"
          ],
          "group"null,
          "createOtherGroup"0,
          "showLegend"true
        }

     

Resources