vega-label
vega-label copied to clipboard
List of unsupported marks by Vega-Label
Unsuported marks by Vega-Label
- [ ] arc
- Vega-Label places labels based on mark's bounding box. Arc's shape is not a rectangle, so the current rule of Vega-Label cannot be applied with the arc mark. We have to invent a new rule for placing labels for the arc mark.
- [ ] path, shape, image
- The shape of the path mark can be arbitrary (not rectangle). The positions of labels placed by Vega-Label does not well represent the base mark with the current rule for placing labels. We need to invent a new rule for placing labels with marks with arbitrary shapes.
Marks that are nor fully supported by Vega-Label
- [ ] group
- group of
line
andarea
are supported
- group of
Marks that haven't been tested but work the same as other marks
- [ ] rule
- same as the line mark
- [ ] text
- same as symbol
- [ ] trail
- same as the line mark
Supported marks
- area
- line
- rect
- symbol