Browse Source

Add files via upload

pull/1080/head
oberfritze 2 years ago
committed by GitHub
parent
commit
9b2305e602
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/web/html/visualization.html

4
src/web/html/visualization.html

@ -241,7 +241,7 @@
function parseCSV(data) {
document.getElementById("csv").innerHTML = data;
// the following line may not be distributed functionally with this project. See comment above
// the following line may not be distributed functionally with this project. See comment at the top area of this file about the commercial license of this chart lib
// mychart.update({data: {csv: document.getElementById("csv").innerHTML}});
}
@ -275,7 +275,7 @@
window.setInterval("getAjax('/api/live', parse)", obj["refresh"] * 1000);
exeOnce = false;
// This object may not be distributed functionally with this project. See comment above
// This object may not be distributed functionally with this project. See the comment at the top area of this file about the commercial license of this chart lib
/*
mychart = Highcharts.chart('powerchart', {
accessibility: {

Loading…
Cancel
Save