FunnelSeriesRendererCreatedCallback<T, D>  typedef 
 
        FunnelSeriesRendererCreatedCallback<T, D> =
     void Function(FunnelSeriesController<T, D>  controller)
     
    
Called when the renderer for the funnel series is created.
Implementation
typedef FunnelSeriesRendererCreatedCallback<T, D> =
    void Function(FunnelSeriesController<T, D> controller);