AnyChart
AnyChart copied to clipboard
TreeMap not expand height to 100%

https://playground.anychart.com/zhSnyNf9
@almirus The chart can't affect the div container size. You should apply a correct CSS selector for that container. Like this:
html, body, #container {
width:100%;
height: 100%;
margin: 0;
padding: 0;
}
Then it will work - https://playground.anychart.com/FJuMDjFQ/0