Skip to content

Commit

Permalink
added tooltipElement option to tooltip config. Attempted fix for mult…
Browse files Browse the repository at this point in the history
…iple instances with multiple tooltips (issues/130)
  • Loading branch information
joewdavies committed Dec 2, 2024
1 parent 75f835b commit d5a22a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test/test-tooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1>Test multiple instances / tooltips</h1>
<div id="map2" style="height: 300px; width: 50%"></div>
</div>

<script src="../../../dist/gridviz.js"></script>
<script src="../../dist/gridviz.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<script src="https://cdn.jsdelivr.net/npm/d3-color@3"></script>
<script src="https://cdn.jsdelivr.net/npm/d3-interpolate@3"></script>
Expand Down

0 comments on commit d5a22a8

Please sign in to comment.