diff --git a/bin/ffeedflotr.pl b/bin/ffeedflotr.pl index 258ff97..bfe9fd3 100644 --- a/bin/ffeedflotr.pl +++ b/bin/ffeedflotr.pl @@ -211,6 +211,10 @@ sub plot { $series->{pie}->{startAngle} = $pie_start_angle; }; +if ($chart_type eq 'scatter') { + $lines->{show} = 0; +}; + $lines->{fill} = $fill; if ($time) { diff --git a/template/ffeedflotr-online.htm b/template/ffeedflotr-online.htm index e5bedc6..d3cc9f7 100644 --- a/template/ffeedflotr-online.htm +++ b/template/ffeedflotr-online.htm @@ -23,6 +23,10 @@ lineWidth: 1, steps:false }, + points:{ + hoverable: true, + show:true + }, grid: { hoverable: true, clickable: true }, series: { pie: { show: false, startAngle: 0 }} }; diff --git a/template/ffeedflotr.htm b/template/ffeedflotr.htm index e6b75d1..066f55f 100644 --- a/template/ffeedflotr.htm +++ b/template/ffeedflotr.htm @@ -1,7 +1,6 @@ ffeedflotr plot -