Reputation: 351
I am working on a dashboard in Cognos. One of the diagrams in which is a marimekko diagram, as shown below:
Presently, the widget offers percentage for the entrire diagram. I would, however, like to know how to get the x- axis values of each stacked bar (48.9 thousand - the value of the stacked bar on the very left, 80.2 thousand etc) either below or above as shown in the diagram below? Using summary or KPI widget additoinally either below or at the top, does not solve the issue when the diagram becomes interactive and the width changes.
The sample data used for producing the marimekko figure is:
Upvotes: 0
Views: 98
Reputation: 111
You can tune your Marimekko visualization by using a IBM Cognos custom visualization and follow this stackoverflow post on Marimekko with D3.js visualization.
The standard Marimekko viz from IBM does not support what you are asking for - data entry slot for sum per bar.
Upvotes: 2