palantir / plottable

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

Gridlines extendability #3460

Open eddow opened 6 years ago

eddow commented 6 years ago

Hello,

In order for the Gridline class to be more extendable, shouldn't be some elements - like the values _between? and _?Scale be protected instead of private?

I here had to make a workaround by storing it in __?Scale from my constructor.