- Preparing search index...
 
- The search index is not available
 
dc.js 
 
- BubbleMixin<TBase>(Base: TBase): { 
    prototype: __type<any>; 
    new (...args: any[]): __type<TBase>; 
} & TBase 
- 
Returns { 
    prototype: __type<any>; 
    new (...args: any[]): __type<TBase>; 
} & TBase
 
 
 
 
This Mixin provides reusable functionalities for any chart that needs to visualize data using bubbles.