vizzuhq / vizzu-lib

Library for animated data visualizations and data stories.

Home Page:https://lib.vizzuhq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Axis label multiple levels for more dimension

parkerkain-8451 opened this issue · comments

Task:
If there are multiple dimensions on axis we should show the labels for all dimensions instead of selecting one with labelLevel parameter

This can be replicated by following the plots in the sorting tutorial notebook.

As you follow along, the second to last plot looks like this:

image

and the final plot looks like:

image

Here - I think ideally, the final plot would have multi-tiered x axis labels, as by default it is impossible to know what each of the Genre bars within a Kind represent.

There should be two different types of multi level axis labels:

  • nested:
A   B   C   A   B   C 
    X           Y
  • flattened:
X,A X,B X,C Y,A Y,B Y,C