Add counter insde the bar (at the top, below the value)

Issue #58 resolved
thiagolocatelli created an issue

Is it possible to add a counter information inside the bar, at the top and below the value? I kinda need to add this information to my chart.

Comments (6)

  1. thiagolocatelli reporter

    Yes, I am trying to understand your code for the BarGraph to see how easy is to do that.

  2. Scott Baar

    The bar stores an object called region. Add a function to the end of ondraw to draw your counter var in each bar object at the top left of each region in the same way text is drawn when ondraw draws the popup text

  3. Log in to comment