Skip to content

Instantly share code, notes, and snippets.

@jorgeyp
Created July 6, 2016 10:55
Show Gist options
  • Save jorgeyp/2e62696d5785088164729880f1eb81c8 to your computer and use it in GitHub Desktop.
Save jorgeyp/2e62696d5785088164729880f1eb81c8 to your computer and use it in GitHub Desktop.
JSDoc example
/**
* Add new data to the current graph. If it is empty, this creates a new one.
* @param {Object} datum - data to be rendered
*/
keepDrawing(datum) {
super.keepDrawing(datum, 'replace');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment