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
This is called internally by the Polychart.js library whenever an error is thrown. By default, the error is packaged inside a GGError and thrown to the browser. You can change this behaviour by overriding this function.
This is called internally by the Polychart.js library whenever a warning is given. By default, the error is packaged inside a GGError and logged into the browser's console. You can change this behaviour by overriding this function.
This is called internally by the Polychart.js library to communicate information. By default, the message is logged into the browser's console. You can change this behaviour by overriding this function.