Skip to content

Commit

Permalink
Merge pull request #535 from TomoyukiAota/feature/min-height-for-chart
Browse files Browse the repository at this point in the history
Keep the chart rendered correctly when its height is decreased by dragging the splitter.
  • Loading branch information
mergify[bot] authored Sep 27, 2023
2 parents b1252b4 + 9180958 commit b1c9649
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
:host {
width: 100%;
height: 100%;
min-height: 120px; // To keep the chart rendered correctly when its height is decreased by dragging the splitter.
display: flex; // If CSS grid is used, there is an intermittent issue that the chart does not properly render when its width/height is changed by dragging the splitter.
}

Expand Down

0 comments on commit b1c9649

Please sign in to comment.