anychart.onDocumentReady(function () {
var chart = anychart.sparkline([1.3, 2, 1.4, 4, 2.3, 6]);
chart.contextMenu({enabled: false});
chart.title({text: 'Set context menu parameter as an object. Context menu is disabled using object in this sample', orientation: 'top'});
chart.container('container');