dc-js / dc.js

Multi-Dimensional charting built to work natively with crossfilter rendered with d3.js
Apache License 2.0
7.42k stars 1.81k forks source link

Deprecate chart registry global functions #1789

Closed kum-deepak closed 3 years ago

kum-deepak commented 3 years ago

These functions should be called via ChartGroup. The global versions are getting moved to the compact layer.

renderlet can be specified for a ChartGroup which will allow to carry out similar tasks (though it is not exactly the same).