How to get treeMapCharts to show labels on DeepSeeWeb
Hi everyone,
I am trying to create a treeMapChart in IRIS BI that will then be displayed on my DeepSeeWeb dashboard. In the IRIS BI User Portal, this is an example of what my treeMapChart looks like:
.png)
I know there is a huge amount of rectangles in this graphic - I care most about the common components (the largest boxes) but I still want all of the boxes to show. However, it projects to my DeepSeeWeb dashboard as the following:
.png)
The labels do not show, even if I hover over the boxes. I would like to be able to see the labels on each box, or at least to be able to see them when I hover my mouse over. Is there a way to accomplish this?
Comments
Hi
Currently there is no issue with displaying labels on the treeMap. What version of mdx2json and DeepSeeWeb do you use?
Hi Dmitrij, I am using dsw 4.0.26 and mdx2json 3.2.47, both of which I believe are the most up to date versions
Are you sure you want to see that many rectangles on a treemap?
I would like to filter it down eventually, but I was hoping to see the DeepSee/Angular rendering of it and then decide how much I would like to show. So for now the amount of rectangles is OK, unless you think it could be influencing the display of the labels
I see, makes sense
I reproduced your case on our data, and yes, the problem is with treeMap.
The problem is in the columns. If your pivot table has columns (in your case, years), DeepSeeWeb does not know how to display them on the treeMap. As an experiment, try removing years from the pivot table and see if any labels appear there.
I am part of the team that supports DeepSeeWeb. I'll create an issue for our front-end department
Dmitrij, thank you very much! The use case for this involved separating the data out by years, but removing years did indeed get the labels to appear, so that will do for now. Thanks again for your help, and I really appreciate you opening an issue.