anychart.onDocumentReady(function () {
{x: "Physical", value: 125},
{x: "Data Link", value: 125},
{x: "Network", value: 125},
{x: "Transport", value: 125},
{x: "Session", value: 125},
{x: "Presentation", value: 125},
{x: "Application", value: 290, label: {anchor: "centerTop"}}
var chart = anychart.pyramid(data);
chart.labels({position: "inside"});
var getOverlapMode = chart.overlapMode();
chart.title("The current overlap mode is " + getOverlapMode + ".");
chart.container("container");