Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Dec 21, 2024
1 parent e1f04b4 commit d62299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HTML/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2962,7 +2962,7 @@ function initPlots() {
{ varName: "chart_days", id: "chart-days", config: plot_count, clone: true },
{ varName: "chart_ppm", id: "chart-ppm", config: plot_single, clone: true },
{ varName: "chart_ppm_minute", id: "chart-ppm-minute", config: plot_single, clone: true },
{ varName: "chart_level", id: "chart-level", config: plot_level, clone: false },
//{ varName: "chart_level", id: "chart-level", config: plot_level, clone: false },
{ varName: "chart_distance_hour", id: "chart-distance-hour", config: plot_distance, clone: false },
{ varName: "chart_distance_day", id: "chart-distance-day", config: plot_distance, clone: false },
{ varName: "chart_minute_vessel", id: "chart-vessels-minute", config: plot_single, clone: false }
Expand Down

0 comments on commit d62299b

Please sign in to comment.