A custom chart ultilizing Vega treemap transform
- Label (dimension)
- Value (measure)
- Fill color (color-picker): fill color of the rects
- Text color (color-picker): color of the text
- Text length limit (number-input): The max length (px) of labels. Labels longer than this limit will be truncated.
- Treemap method (select): the method to calculate treemap layout, including
- binary
- squarify
- dice
- resquarify
- slice
- slicedice