anychart.onDocumentReady(function () {
{x: "John", value: 5000},
{x: "Richard", value: 5000},
{x: "Larry", value: 5000},
{x: "Marta", value: 15000}
chart = anychart.pie(data);
chart.legend().useHtml(true);
chart.legend().itemsFormat(
"<span style='color:#455a64;font-weight:600'>" +
chart.title("Legend Items: Text Format (Tokens)" +
chart.container("container");