You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a time series bar chart, however, the isDrawable check fails due to data.labels missing. I don't need them because my dataset consists of points with time and value. It's rendered fine if I override and hardcode this method to true.