' } return seriesName } }, tooltip: { enabled: '1', shared: 'yes' , intersect: !('yes' ), theme: 'light', style: { fontSize: '12px', fontFamily: 'Poppins' } }, responsive: [{ breakpoint: 1024, options: { chart: { height: parseInt('350') } } }, { breakpoint: 674, options: { chart: { height: parseInt('200') } } } ] }; if ("" ) { lineOptions.yaxis.labels.formatter = function (val) { let decimal = parseInt('0') || 0; if("" ){ val = graphinNumberWithCommas(val,',',decimal) } else if("" && typeof graphinaAbbrNum !== "undefined"){ val = graphinaAbbrNum(val , parseInt("") || 0 ); }else{ val = parseFloat(val).toFixed(decimal) } return '' + val + ''; } } if ("yes" ) { lineOptions.tooltip['enabledOnSeries'] = [0]; } if ("" ) { lineOptions['annotations'] = { yaxis: [ { y: 0, strokeDashArray: parseInt("0"), borderColor: '#000000' } ] }; } lineOptions['markers'] ={ size: '0'.split('_,_'), strokeColors: '#fff'.split('_,_'), strokeWidth: '0'.split('_,_'), shape: 'circle'.split('_,_'), showNullDataPoints: true, hover: { size: 3, sizeOffset: 1 } }; if(""){ let style ={ color:'#000000', fontSize: '12px', fontFamily: 'Poppins', fontWeight: '', } let title = ''; let xaxisYoffset ='' ? -95 : 0; if(typeof axisTitle !== "undefined"){ axisTitle(lineOptions, 'xaxis' ,title, style,xaxisYoffset ); } } if(""){ let style ={ color:'', fontSize: '12px', fontFamily: 'Poppins', fontWeight: '', } let title = ''; if(typeof axisTitle !== "undefined"){ axisTitle(lineOptions, 'yaxis' ,title, style ); } } if(''){ lineOptions.yaxis.tickAmount = parseInt("0") || 6; lineOptions.yaxis.min = parseFloat('0') || 0; lineOptions.yaxis.max = parseFloat('0') || 200; } if(""){ let style = { color:'', fontSize: '12px', fontFamily: 'Poppins', fontWeight: '', } lineOptions['yaxis'] = [lineOptions.yaxis] let lineYaxisTemp = { opposite: '1', labels: { show: '', formatter: function (val) { if("" ){ val = graphinNumberWithCommas(val,',') } return '' + val + '' }, style }, tickAmount: parseInt(''), title: { text: '', style } } if(''){ lineYaxisTemp.tickAmount = parseInt('') || 6; lineYaxisTemp.min = parseFloat('0') || 0; lineYaxisTemp.max = parseFloat('0') || 200; } lineOptions.yaxis.push(lineYaxisTemp) } if (typeof initNowGraphina !== "undefined") { initNowGraphina( myElement, { ele: document.querySelector(".line-chart-fe74c25"), options: lineOptions, series: [{name: '', data: []}], animation: true }, 'fe74c25' ); } if (window.ajaxIntervalGraphina_fe74c25 !== undefined) { clearInterval(window.ajaxIntervalGraphina_fe74c25) }