Skip to content

Commit

Permalink
fix(example): disable legendHoverLink for the graph example, resolves
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart authored Apr 7, 2024
1 parent b38ec03 commit b031024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/examples/ts/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $.getJSON(ROOT_PATH + '/data/asset/data/les-miserables.json', function (graph) {
{
name: 'Les Miserables',
type: 'graph',
legendHoverLink: false,
layout: 'none',
data: graph.nodes,
links: graph.links,
Expand Down

0 comments on commit b031024

Please sign in to comment.