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()
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()