Skip to content
xuexue edited this page Apr 3, 2012 · 1 revision

The functions gg.error, gg.warn and gg.info functions all have default behaviour that can be overwritten if necessary.

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.

Clone this wiki locally