Skip to content

Commit

Permalink
Fixed bubble chart render (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
rutujaac authored Apr 5, 2024
1 parent 07f4258 commit 0aa3d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions pebblo/app/pebblo-ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,5 @@
data-appdata="{{data}}"
data-proxy="{{proxy}}"
></script>
<script
src="{{ url_for('static', path='lib/d3/d3.v7.min.js') }}"
type="module"
></script>
<script src="{{ url_for('static', path='/static/d3.v7.min.js') }}"></script>
</html>
2 changes: 2 additions & 0 deletions pebblo/app/pebblo-ui/static/d3.v7.min.js

Large diffs are not rendered by default.

0 comments on commit 0aa3d63

Please sign in to comment.