DualValueSeriesOptions
Options for a dual value axis chart
Extends
Extended by
Properties
color?
optionalcolor:string
Color to use for the series. This is optional and if not provided the chart will use a color from its installed ColorGenerator.
Inherited from
id?
optionalid:string
The id of the series.
Inherited from
label?
optionallabel:string
Label for the series. Optional.
Inherited from
marker?
optionalmarker:string
Optional template to use for markers. This should be a string in VisuallyJs's internal template format, with namespaced SVG elements.
Inherited from
markerSize?
optionalmarkerSize:number
Size (in pixels) to use for data points. Defaults to 10 pixels. For circular markers this equates to the diameter; for square/cross this is width/height
Inherited from
markerType?
optionalmarkerType:"square"|"circle"|"cross"
Type of marker to draw. Defaults to "circle".
Inherited from
outline?
optionaloutline:boolean
Whether or not to show an outline around the markers. Defaults to false.
outlineColor?
optionaloutlineColor:string
Color for outline. If not provided, a contrasting color will be computed.
outlineWidth?
optionaloutlineWidth:number
The width of the outline in pixels. Defaults to 1.
resolveMarker?
optionalresolveMarker:MarkerResolutionFunction
Optional function to resolve a marker SVG string for each data point.
Inherited from
ChartSeriesOptions.resolveMarker
type?
optionaltype:string
Defines the series type.
Inherited from
xAxisField
xAxisField:
string
Name of the field from which to extract X axis data points
yAxisField
yAxisField:
string
Name of the field from which to extract Y axis data points