# Interface StreamgraphStyleOptions
Configuration options that define the visual style of a Streamgraph chart.
Streamgraphs are centered stacked area charts that emphasize flowing patterns and overall trends. The Y-axis is typically hidden or minimal, and series labels are often displayed directly on the areas for identification.
# Properties
# dataLimits
dataLimits?:
DataLimits
Data limit for series or categories that will be plotted
# height
height?:
number
Total height of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels).
- Height of the container wrapping this component
- Default value of 400px (for component without header) or 425px (for component with header).
# legend
legend?:
LegendOptions
Configuration for legend - a key that provides information about the data series or colors used in chart
# line
line?:
LineOptions
Configuration that defines line style for area boundaries.
# lineWidth
lineWidth?:
LineWidth
Configuration that defines line width for area boundaries.
Deprecated
Use line.width instead
# markers
markers?:
Markers
Configuration for markers - symbols or data points that highlight specific values
# navigator
navigator?:
Navigator
Configuration for navigator - zoom/pan tool for large datasets in a chart
# seriesLabels
seriesLabels?:
SeriesLabels
Configuration for series labels - titles/names identifying data series in a chart.
# width
width?:
number
Total width of the component, which is considered in the following order of priority:
- Value passed to this property (in pixels)
- Width of the container wrapping this component
- Default value of 400px
# xAxis
xAxis?:
AxisLabel
Configuration for X axis
# y2Axis
y2Axis?:
AxisLabel
Configuration for second Y axis
# yAxis
yAxis?:
AxisLabel
Configuration for Y axis