anychart.onDocumentReady(function() {
table = anychart.data.table();
mapping.addField('value', 1);
var chart = anychart.stock();
var series = chart.plot(0).jumpLine(mapping);
series.name("Total Request Number");
chart.title('Stock JumpLine Demo');
chart.container('container');