Is there any reason why Options and DataTable are private in the
Visualization class?
I am asking because I want to extend the Visualization class and implement the RequireResize interface so that I can resize/redraw the chart when the browser is resized.
Unfortunately because both Options and DataTable fields are private I can't access them from my derived class.
Right now I add both fields in my derived class and a second draw2() method which sets these fields. But that's ugly.
Any chance that this issue get fixed ?