Skip to content

Commit

Permalink
feat: instant timeline tooltip on hover (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed Nov 14, 2021
1 parent 2c40a40 commit e646c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/visualizations/VisTimeline.vue
Expand Up @@ -55,6 +55,7 @@ export default {
tooltip: {
followMouse: true,
overflowMethod: 'cap',
delay: 0,
},
},
};
Expand Down

1 comment on commit e646c86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.11.0 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.11.0 (click to expand)

CML watermark

Please sign in to comment.