Search
FunnelRenderer Constructor
See Also
 






Initializes a new instance of the FunnelRenderer class.

Namespace: MindFusion.Charting
File: FunnelRenderer.js

 Syntax

JavaScript  Copy Code

function FunnelRenderer (series, [dimension])

 Parameters

series

The Series that should be rendered as a funnel.

dimension
Optional.

Specifies the Series dimension index that should be used to access data.

 See Also