Skip to content

Commit bd25af3

Browse files
authored
Merge pull request #19 from iDataVisualizationLab/details
Update taxonomy
2 parents ec0d366 + 17d86fa commit bd25af3

File tree

3 files changed

+83
-104
lines changed

3 files changed

+83
-104
lines changed

.idea/workspace.xml

Lines changed: 63 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/panel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function drawPanel(){
5050

5151
let svgPanel = panelContent.append("svg")
5252
.attr("width", 380)
53-
.attr("height", 300);
53+
.attr("height", 350);
5454

5555
let legend = svgPanel
5656
.append("g");

0 commit comments

Comments
 (0)