A template chart configuration file for you to use!

db Id
dataquery-id
config-id
url [https://api.notion-charts.app/embedded/chart/<config-id>?token=<your](https://api.notion-charts.app/embedded/chart/0fa8e57dc1de4da680c0327a09d58091?token=<your)-token>
{
	"database" :{
		"id": ""
	},
	"chart": {
		"title": [
	    {
	      "text": "",
	      "left": "center"
	    },
		],
		"tooltip": {
			"show": true
		},
		"series" : [
			{
	      "name": "",
	      "type": "sunburst",
	      "label": {
	        "show": true
	      },
	      "data": []
	    }
		]
	},
	"data_query": {
		"id": ""
	}
}

Depth 2

Depth 3