Skip to content

Commit

Permalink
Attempt to solve #452
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Dec 28, 2024
1 parent 3966ac5 commit 271a404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/charts/FanChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export function FanChart(
svg.select('#chart-content').attr('transform', e.transform)
)
)
.attr('style', 'max-width: 100%; height: auto; height: intrinsic;')
.attr('style', 'max-width: 100%; height: auto;')
.attr('font-family', 'Inter var')
.attr('font-size', 12)
.attr('text-anchor', 'middle')
Expand Down

0 comments on commit 271a404

Please sign in to comment.