RhoInc / CAT

This Charting Application Tester (CAT) lets users make and adjust web graphics on the fly.
https://rhoinc.github.io/CAT/
MIT License
1 stars 0 forks source link

async issues with loading settings #91

Open jwildfire opened 4 years ago

jwildfire commented 4 years ago

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