[Client Side]
@(Html.EJ().TreeMap("treemap")
.LeafItemsSetting(lls =>
{
.TextOverflow(LabelTextOverflow.Wrap)
}) |
Thank You Sarava Kumar for your response. In this example which you provided there are 5 sections (countries in the below example) which actually fit well within a row. I have close to 12 sections in my input and even TextOverFlow also gets crunched. Now, i divided the input into 3 and created 3 treemaps in views and assigned the value. Is there any better option to do that?