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