codesuki / react-d3-components

D3 Components for React
http://codesuki.github.io/react-d3-components/example.html
MIT License
1.63k stars 206 forks source link

Extract get tick element method #154

Closed vvscode closed 5 years ago

vvscode commented 6 years ago

To allow overwrite tick elements structure

vvscode commented 6 years ago

@codesuki please check it

codesuki commented 6 years ago

Do you mean to override the method when you subclass the graph?

vvscode commented 6 years ago

Yep. However now I see that even in the case it's impossible, cause Axis hidden inside certain graph component

codesuki commented 6 years ago

If you can make it work I will merge it!