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
Having some issues with chart renderering without the settings specified in the URL when using &draw. Tends to happen more after emptying the cache, and resolves if you reload the page. Seems fine if you remove &draw and click render.
Probably just need to trigger the draw in a callback instead of letting it run async in .init()
The text was updated successfully, but these errors were encountered:
Having some issues with chart renderering without the settings specified in the URL when using
&draw
. Tends to happen more after emptying the cache, and resolves if you reload the page. Seems fine if you remove&draw
and click render.Probably just need to trigger the draw in a callback instead of letting it run async in .init()
The text was updated successfully, but these errors were encountered: