circle-packing-chart
Reactive icon

Circle Packing Chart

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 26 Sep (22 hours ago)
 by 
EONE TECHNOLOGIES PRIVATE LIMITED
0.0
 (0 ratings)
circle-packing-chart

Circle Packing Chart

Documentation
1.0.0

Download the asset

Drag and drop the block in your screen and pass the required parameter values in expected type.

The example of ChartData is:


{

  "name": "CEO",

 "children": [

    {

      "name": "HR",

      "children": [

        { "name": "Theo", "value": 21 },

        { "name": "John", "value": 55 },

        { "name": "Brendan", "value": 45 }

      ]

    },

    {

      "name": "Marketing",

      "children": [

        { "name": "Alice", "value": 30 },

        { "name": "Bob", "value": 25 }

      ]

    }

  ]

}