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
Minor caveat on #1097 (the classes). Both jsdoc2md and grunt-jsdoc (with docstrap) add the "new" keyword to these classes. Most of the documentation doesn't use it, but dc.js will work with/without the keyword...
For example, the HTML docs show new compositeChart(parent, chartGroup), which works but is not idiomatic for dc.js. (For that matter, one would have to specify dc.compositeChart)
It probably means an extra object is created only to be thrown away.
The text was updated successfully, but these errors were encountered:
@mtraynham pointed out in #1101:
For example, the HTML docs show
new compositeChart(parent, chartGroup)
, which works but is not idiomatic for dc.js. (For that matter, one would have to specifydc.compositeChart
)It probably means an extra object is created only to be thrown away.
The text was updated successfully, but these errors were encountered: