Hi, I am rendering a column chart and need to bind a react function to an attribute for dynamic behaviour...How to grab the handle to current Column in the Series being rendered?
I want to access column value in getFillColor()
https://stackblitz.com/edit/react-gsbk6u
Thanks