{ tooltip : { show: true, trigger: 'item', formatter: '{c} km/h v {b}:00 uri dneva' }, toolbox: { show : true, feature : { mark : {show: false}, magicType : {show: true, type: ['line', 'bar']}, restore : {show: true}, saveAsImage : {show: true} } }, calculable : true, xAxis : [ { type : 'category', data : [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23] } ], yAxis : [ { type : 'value', splitArea : {show : true} } ], series : [ { name:'razdalja[km]', type:'line', itemStyle: { normal: { borderRadius: 5, color :'#8282FF', label : { show : false, textStyle : { fontSize : '10', fontFamily : 'Arial', fontWeight : 'bold' } } } }, data:[ <#chartdata> ] } ] }; /* { value:<#intervalmin>, name:'postanek', itemStyle : { normal : { color :'red', label : { show : true, position : 'inner', formatter : function (a,b,c,d) {return 'postanek: '+c}, textStyle : { color : 'rgba(30,144,255,0.8)', align : 'center', baseline : 'middle', fontFamily : 'Arial', fontSize : 20, fontWeight : 'bolder' } }, labelLine : { show : false, length : 50, lineStyle : { color : '#f0f', width : 1, type : 'dotted' } } } } } */