vega-label icon indicating copy to clipboard operation
vega-label copied to clipboard

Labeling algorithm for Vega.

Results 12 vega-label issues
Sort by recently updated
recently updated
newest added

Like this: ![image](https://user-images.githubusercontent.com/111269/54078354-80c02f00-427b-11e9-9d5e-e11d41e5a325.png)

> list of data of mark; labels will not collide with these marks - [x] List of data of marks? This sounds a bit confusing. Are they mark group's names?...

The docs jumps into the documentation for syntax right away. There should be a paragraph explaining the key concepts and key properties of the transform first. (See transform docs such...

See [fold](https://vega.github.io/vega/docs/transforms/fold/) for example.

`offset: [1,1,1,1,1,1,1,1]` in the example is quite jarring to me.

### 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...

Label in each area would expand to fit the area as in this example: ![label_area_job_voyager](https://user-images.githubusercontent.com/30903997/44236371-9cd67480-a161-11e8-8660-a6bf213471ae.png) But since the behaviour is inconsistent with other mark type, Vega-Label is not supporting this...

enhancement

This example by @jamesbornholt looks like a nice test case for Vega-Label. Is it okay if we use it with attribution? ![image](https://user-images.githubusercontent.com/589034/48027747-712eaf00-e0fe-11e8-95b6-71d414ce8af0.png) ```json { "$schema": "https://vega.github.io/schema/vega-lite/v3.json", "width": 500, "height": 300,...

enhancement