Basic Column (unstacked)

Modified on Wed, 13 Apr 2022 at 09:43 AM


    {
      "id": "basicColumnChart",
      "type": "highcharts",
      "source": "raw_testSource",
      "config": {
        "title": {
          "text": "Basic column chart"
        },
        "subtitle": {
          "text": "Chart1"
        },
        "exporting": {},
        "chart": {
          "type": "column",
          "polar": false
        },
        "series": [
          {
            "name": "Tokyo",
            "turboThreshold": 0,
            "marker": {}
          },
          {
            "name": "New York",
            "turboThreshold": 0
          },
          {
            "name": "London",
            "turboThreshold": 0
          }
        ],
        "plotOptions": {
          "series": {
            // "stacking": "normal", // to enable stacking
            "animation": false,
            "dataLabels": {}
          }
        },
        "yAxis": {
          "title": {
            "text": ""
          },
          "labels": {}
        },
        "xAxis": {
          "title": {},
          "labels": {}
        }
      }
    }



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article