Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Displays hierarchical data as a set of nested rectangles. Use dimensions to define the structure of the treemap and measures to define the size or color of the individual rectangles. Use color and size dimensions correlated in some way with the tree structure to see patterns that would be difficult to spot in other ways. Both the size and color are determined by a value, for example, Sales. The greater the sum of sales for each category, the darker and larger the box.

Selecting Layouts for Treemap charts

Kyvos now supports properties for selecting appropriate layouts for Treemap charts, addressing performance issues with large data and legends.

The following layouts can be selected for Treemap charts:

  • Square (default layout)- It divides an area into rectangles optimized to be as square as possible, with the rectangle sizes determined by a set of values.

  • Horizontal - This algorithm slices the horizontal space between items based on their values.

  • Vertical -This layout algorithm divides the available space vertically based on the value of the items.

  • Horizontal then Vertical - When a dimension is added to both the color and detail shelves, a layout algorithm is activated. This algorithm divides the space between items by slicing it horizontally and vertically, depending on the value of the item. This layout is visible in the resulting color blocks, where each data point is sliced horizontally and each block is sliced vertically.

To select layout for Treemap charts, perform the following steps.

  1. From the Toolbox, click Semantic model.

  2. Select a semantic model from the list. Make sure the Design  tab is selected.

  3. Select the Treemap chart type from the View Type list.

  4. In the Dimension column, select the dimension and drag and drop it to the required shelf.

  5. In the Measures column, select the measures and drag and drop it to the required shelf. Then, from the Properties in the right-side pane, choose the required layout from the Select Layout list.

    • Square

    • Horizontal

    • Vertical

    • Horizontal then Vertical

  • No labels