AmCharts.makeChart("chart1", { "type": "pie", "dataProvider": [{ "title": "33C1", "value": 600, "color": "#ffF" }], "startDuration": 0, "pullOutRadius": 0, "color": "#000", "fontSize": 12, "titleField": "title", "valueField": "value", "colorField": "color", "labelRadius": -30, "labelColor": "#fff", "radius": 30, "innerRadius": 0, "labelText": "[[title]]", "balloonText": "" }); AmCharts.makeChart("chart2", { "type": "pie", "dataProvider": [{ "title": "Field", "value": 50, "color": "#fffae5" }, { "title": "Colony", "value": 50, "color": "#fffae5" }], "startDuration": 1, "pullOutRadius": 0, "color": "", "fontSize": 11, "titleField": "title", "valueField": "value", "colorField": "color", "labelRadius": -29, "labelColor": "#fff", "radius": 95, "innerRadius": 40, "outlineAlpha": 1, "outlineThickness": 6, "labelText": "[[title]]", "balloonText": "" }); AmCharts.makeChart("chart3", { "type": "pie", "dataProvider": [{ "title": "", "value": 1.0, "color": "#Fff" }, { "title": "145", "value": 49.0, "color": "#AEB404" }, { "title": "148", "value": 18.30, "color": "#08088A" }, { "title": "151", "value": 2.90, "color": "#3B0B17" }, { "title": "154", "value": 26.00, "color": "#DBA901" }, { "title": "157", "value": 3.80, "color": "#81d8d0" }, { "title": "", "value": 1.5, "color": "#Fff" }, { "title": "145", "value": 48.00, "color": "#AEB404" }, { "title": "148", "value": 16.70, "color": "#08088A" }, { "title": "151", "value": 0.00, "color": "#3B0B17" }, { "title": "154", "value": 35.30, "color": "#DBA901" }, { "title": "157", "value": 0.00, "color": "#81d8d0" } ], "startDuration": 1, "pullOutRadius": 0, "color": "", "fontSize": 14, "titleField": "title", "valueField": "value", "colorField": "color", "labelRadius": 27, "labelColor": "#000", "radius": 145, "innerRadius": 92, "outlineAlpha": 1, "outlineThickness": 1, "labelText": "[[title]]", }); NOTE: JS for nested donut (pie) chart at: http://codepen.io/amcharts/pen/787aea8ba37ca13fe749093282a9fbf3?editors=001