palantir / plottable

:bar_chart: A library of modular chart components built on D3
http://plottablejs.org/
MIT License
2.96k stars 224 forks source link

Add labels to scatterplots #3422

Closed cmeyer63 closed 6 years ago

cmeyer63 commented 6 years ago

If a data point includes a "label" field it will be rendered centered at that points (x,y) coordinates on top of the symbol. In the event the symbol's diameter is smaller than the rendered text, the text will be rendered below the point.

palantirtech commented 6 years ago

Thanks for your interest in palantir/plottable, @cmeyer63! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

themadcreator commented 6 years ago

image