Skip to content

Commit

Permalink
BUG: Shortname on Compare Series corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
wakr70 committed Sep 30, 2022
1 parent a664e37 commit 5cd4a66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion h2-highchart/H2-HighChart.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion h2-highchart/H2-HighChart.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion h2-highchart/H2-HighChart.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
************************************/

// Version
var H2_version = 'v6.5';
var H2_version = 'v6.6';

/* define SLINT globals do avoid issues */
/* global ChhLanguage:false, DP_Themes:false */
Expand Down Expand Up @@ -2517,6 +2517,7 @@ function changeEventRaumFilter() {
factor: DP_attribute[attr].factor,
offset: DP_attribute[attr].offset,
unit: DP_attribute[attr].unit,
shortname: '',
buffer_data: {
timestamps: [],
values: [],
Expand Down

0 comments on commit 5cd4a66

Please sign in to comment.