mirror of https://github.com/aredn/aredn.git
feature: enabled option to save chart as a JPG or PNG
This commit is contained in:
parent
c34ce710dc
commit
c0973f68a9
|
@ -79,6 +79,7 @@ $header = <<EOF;
|
|||
var MAXPOINTS=10;
|
||||
var chart = new CanvasJS.Chart("chartContainer", {
|
||||
zoomEnabled: true,
|
||||
exportEnabled: true,
|
||||
backgroundColor: "#E7E7E7",
|
||||
title: {
|
||||
text: "$dmode Signal to Noise"
|
||||
|
|
Loading…
Reference in New Issue