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 MAXPOINTS=10;
|
||||||
var chart = new CanvasJS.Chart("chartContainer", {
|
var chart = new CanvasJS.Chart("chartContainer", {
|
||||||
zoomEnabled: true,
|
zoomEnabled: true,
|
||||||
|
exportEnabled: true,
|
||||||
backgroundColor: "#E7E7E7",
|
backgroundColor: "#E7E7E7",
|
||||||
title: {
|
title: {
|
||||||
text: "$dmode Signal to Noise"
|
text: "$dmode Signal to Noise"
|
||||||
|
|
Loading…
Reference in New Issue