Skip to content

Commit

Permalink
set highchart logic to findNearestPointBy: from 'x' to 'xy'
Browse files Browse the repository at this point in the history
  • Loading branch information
wakr70 committed Mar 15, 2023
1 parent 6566dde commit df74a7d
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 @@ -8,7 +8,7 @@
/* eslint-env browser */

window.H2buffer = {
version: 'v6.8', // Version
version: 'v6.9', // 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 @@ -655,6 +655,7 @@ function addSerie(DP, DP_type) {
borderWidth: 2,
stacking: (stacking === 0) ? null : 'normal',
stack: (stacking === 0) ? null : ('group' + stacking),
findNearestPointBy: 'xy',
data: [],
tooltip: {
valueDecimals: valueDecimals,
Expand Down

0 comments on commit df74a7d

Please sign in to comment.