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'm trying to tweak the formatting after drawing the milestones because it is not playing nice with bootstrap.
But if I try to do this after calling milestones() nothing happens, even when I put it in a log timeout. Works fine if I use debug and pause it there:
I tried adding a callback to the render function on a forked version but that doesn't work because of the chaining call that only allows a single argument (I think).
Maybe there is a simple way of doing this already? If not a callback would be really helpful so I could do:
I'm trying to tweak the formatting after drawing the milestones because it is not playing nice with bootstrap.
But if I try to do this after calling milestones() nothing happens, even when I put it in a log timeout. Works fine if I use debug and pause it there:
even this doesn't apply the style change:
I tried adding a callback to the render function on a forked version but that doesn't work because of the chaining call that only allows a single argument (I think).
Maybe there is a simple way of doing this already? If not a callback would be really helpful so I could do:
The text was updated successfully, but these errors were encountered: