anychart.onDocumentReady(function () {
var chart = anychart.radar();
chart.markerPalette(['star4', 'star5', 'cross']);
chart.line([70, 60, 70, 60, 70, 60, 70, 60]).markers(true);
chart.line([23, 51, 23, 51, 23, 51, 23, 51]).markers(true);
chart.line([60, 10, 60, 10, 60, 10, 60, 10]).markers(true);
chart.title('Set marker palette');
chart.container('container');