Mixin: ShapeMixin

ShapeMixin

Methods


shape( [shape])

selects a shape type. Available shapes depends on the chart type. If shape is not specified, returns the current shape setting.
Parameters:
Name Type Argument Description
shape string <optional>
Source:
Returns:
Type
shape | ShapeMixin
Example
line.shape('area')
parCoords.shape('scatter-matrix')
treemap.shape('pack')