Skip to content

Interface: AreaChartSpecificProps

Props specific to area charts

optional orientation?: Orientation

Chart orientation

"vertical"

optional showSymbol?: boolean

Show data point symbols

false

optional smooth?: boolean

Smooth line curves

true

optional stacked?: boolean

Stack areas

false