Skip to content

Commit

Permalink
fix: try to fix demo issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jun 21, 2020
1 parent 08a1adc commit db39643
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,4 @@ map.csv
output.json
*.pom
MANIFEST.MF
!_fixtures/webdemo/output.json

File renamed without changes.
2 changes: 1 addition & 1 deletion static/js/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ function renderPacking(originData) {
}

if (window.location.href.includes("demo")) {
d3.json("_fixtures/webdemo/output.json").then(function (data) {
d3.json("demo.json").then(function (data) {
renderVertical(data)
renderCircle(data)
renderPacking(data)
Expand Down

0 comments on commit db39643

Please sign in to comment.