Hi all, sorry if this is a N00B question, but I couldn't find any straight answer from searching.
I can't seem to get any error logging in the Chrome console when there is an error in the charts library. It seems to just swallow it. The only workaround I have found is to deubg, and step over the calling code until it dives in to the minified google library. At that point, in the inspector, I can see that there is a caught exception where I can view the error message.
How can I get the error message to echo in console?
Thanks,
Ryan