ZoomCharts Documentation
FacetChart.settings.chartTypes.line
Series type to connect value points by lines.
Properties
Name to show in the info popup when some aggregation has occurred.
Cluster identifier. Columns with the same cluster id will be placed in same cluster.
View section details
Data manipulation settings used for default series.
Enable/disable series.
Whether series remains enabled in aggregated views
Whether series remains enabled in non-aggregated views
A field that can be used to store any additional data with the series object. This can be useful in situations when the
data is required in event handlers, such as onClick
when the event arguments contain the configuration of the series that
was hovered or clicked. This value is copied by reference.
Disables series rendering, but otherwise process it as normal. Useful if the series still needs to influence e.g. the value axis size, or be present in the legend or tooltip.
Group ID for legend. Items in the same group have a different toggle behavior. When all the items in a group are enabled, clicking an item causes that item to stay enabled and all other items are disabled. Clicking it again enables all items again. Consequently, at least one item in each group is always enabled. The exception to this is if the group ID is null (no group) or the group contains only one item. Then the item is toggled on/off individually.
How enabling/disabling grouped legend items should behave
Valid values:- toggle - Toggling any group item toggles all group items to the same state
Name to show in the info popup. The same value is also used in the legend unless nameLegend
is also set.
Name to show in the legend. If not specified, value from the name
property is shown.
Whether to show the series name info popup.
Whether to show the series name in legend.
Stack identifier. Series with same stack ID are placed in the same stack. Define a stack with the same identifier to tune the stack.
Series type.
Valid values:- candlestick
- columns
- line
Name of the unit of data for the series in the info tooltip.
ID of value axis that this series will use. Maps to a configuration specified in valueAxis property.
View section details
Controls if and how the value labels for each line is displayed on the chart.