Skip to content

Commit

Permalink
Merge branch '0.6.0_01_optimize_set' of https://github.com/algenty/gr…
Browse files Browse the repository at this point in the history
…afana-flowcharting into 0.6.0_01_optimize_set
  • Loading branch information
algenty committed Oct 28, 2019
2 parents 56315f5 + 2fd8f76 commit 4c3210c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/tooltipHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ export default class TooltipHandler {
this.metrics = new Set();
}

/**
*Return if tooltip is available
*
* @returns
* @memberof TooltipHandler
*/
isChecked() {
return this.checked;
}
Expand All @@ -30,6 +36,11 @@ export default class TooltipHandler {
return metric;
}

/**
*Update date in tooltip
*
* @memberof TooltipHandler
*/
updateDate() {
let current_datetime = new Date();
this.lastChange =
Expand Down

0 comments on commit 4c3210c

Please sign in to comment.