Skip to content

Commit

Permalink
diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
juliancoy committed Aug 8, 2023
1 parent b702034 commit e3894d5
Show file tree
Hide file tree
Showing 2 changed files with 113 additions and 113 deletions.
4 changes: 2 additions & 2 deletions src/icicle.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
// Function to create the icicle chart
function createIcicleChart(data) {
// Specify the chart’s dimensions.
const width = 50;
const height = 100;
const width = 928;
const height = 1200;

// Create the color scale.
const color = d3.scaleOrdinal(
Expand Down
Loading

0 comments on commit e3894d5

Please sign in to comment.