palantir / plottable

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

Plot boundaries #3484

Closed christopher-wolff-zz closed 5 years ago

christopher-wolff-zz commented 5 years ago

I would like to add a thin boundary line around a plot, just like the axis lines, but can't find a way to do this with the current API. I believe this would be a useful feature, especially for rectangle plots like this one: https://puu.sh/CRRuS/22c509210f.png. Otherwise there are some asymmetries in cells on the right and top boundaries.

adidahiya commented 5 years ago

Have you tried doing this with CSS? I was able to do this in the heatmap example:

image

christopher-wolff-zz commented 5 years ago

Thanks for the solution!