Pie

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

This article is outdated, you can access the most current version here: https://doc.onedata.de/apps/apps-docs/odml-documentation/AppBuilder/elements/HighchartsElement.html#type-highcharts  


This is a sample configuration for a Pie Chart in Apps. The datasource used in this example can be found here.


  {
      "id": "pieChart",
      "type": "highcharts",
      "source": "raw_testSource",
      "config": {
        "title": {
          "text": "Pie chart"
        },
        "exporting": {},
        "chart": {
          "type": "pie"
        },
        "series": [
          {
            "name": "Tokyo",
            "turboThreshold": 0
          }
        ],
        "plotOptions": {
          "series": {
            "animation": false
          }
        }
      }
    }
 



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