Skip to content

Commit

Permalink
BUG:tooltip double date
Browse files Browse the repository at this point in the history
  • Loading branch information
wakr70 committed Mar 7, 2023
1 parent 8a70e07 commit 6566dde
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions h2-highchart/H2-HighChart.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/* eslint-env browser */

window.H2buffer = {
version: 'v6.7', // Version
version: 'v6.8', // Version
// Setup H2 Database Services, default set to same server as this webpage and port 8082
server: location.hostname,
port: (location.port === "") ? "80" : location.port,
Expand Down Expand Up @@ -4832,7 +4832,7 @@ function chartSetFontSize() {
title: { style: { "fontSize": Size_N } },
},
tooltip: {
headerFormat: "<span style=\"font-size: " + Size_N + "\">{point.key}</span><br/>",
headerFormat: (window.H2buffer.ToolTip === 1)?"<span style=\"font-size: " + Size_N + "\">{point.key}</span><br/>":"",
style: { fontSize: Size_S }
},
legend: {
Expand Down

0 comments on commit 6566dde

Please sign in to comment.