anychart.onDocumentReady(function () {
var chart = anychart.line();
['Nail polish', 12814, 3054, 4376],
['Eyebrow pencil', 13012, 5067, 3987],
['Rouge', 11624, 4004, 3574],
['Lipstick', 8814, 9054, 4376],
['Eyeshadows', 12998, 12043, 4572]
chart.legend({position: 'right', itemsLayout: 'vertical', align: 'top'});
chart.title('Set legend settings');
chart.container('container');