anychart.onDocumentReady(function () {
{x: "John", value: 5000},
{x: "Richard", value: 5000},
{x: "Larry", value: 5000},
{x: "Marta", value: 15000, legendItem: {
type: "forward-diagonal",
chart = anychart.pie(data);
chart.legend().itemsLayout("vertical");
chart.legend().position("right");
chart.title("Individual Legend Items: Single Series");
chart.container("container");