- Since:
-
9.4.0
Type Definitions
-
DirectionalRendererTheme
-
Describes color treatment for a renderer's plot when it is different for each direction. Not all properties are applicable to all plot types.
Type:
- object
- Since:
-
9.4.0
Properties:
Name Type Argument Description colorstring <optional>
Color of line or candle.
wickstring <optional>
Color of candle wick.
borderstring <optional>
Color of candle border.
hollowstring <optional>
Color of hollow area in hollow candle.
baseColorstring <optional>
Color of base of gradient in baseline chart.
borderColorstring <optional>
Color of edge of baseline chart.
widthstring <optional>
Width of candle.
-
RendererConfig
-
Configuration for renderers support. The keys for this mapping will match the file names of the renderer modules, but may be capitalized.
Type:
- Record.<string, SingleRendererConfig>
- Since:
-
9.4.0
-
RendererParameters
-
Parameters needed to define how a plot is to be drawn on the chart.
Type:
- object
- Since:
-
9.4.0
Properties:
Name Type Argument Description yAxisYAxis <optional>
If the plot should appear on its own y-axis, specify it here.
colorFunctionColorFunction <optional>
Specify color of plot under certain conditions.
-
SingleRendererConfig
-
Configuration for a single renderer.
Type:
- Since:
-
- 9.4.0 Introduced
- 10.1.0 Renamed
lineWidthtosize.
Properties:
Name Type Argument Description tensionnumber <optional>
Certain line renderers support splining. This property sets the splining constant. If not provided, will use the
tensionparameter from thechartsection.extendLastTickboolean <optional>
For line chart, if set to true, will complete the line drawing to the end of the bar's area.
labelboolean <optional>
Set to display a label on the y axis for this plot type.
sizenumber <optional>
Size of vertex or scatter dot.
baseColorstring <optional>
Base color of baseline/mountain chart.
colorstring <optional>
<nullable>
Color of line.
borderColorstring <optional>
Edge color of mountain/baseline.
widthstring <optional>
Width of candle.
patternstring | Array.<number> <optional>
Pattern of line for plot types that draw lines.
vertexobject <optional>
If present, will draw a point at each vertex.
Properties
Name Type Argument Description colorstring <optional>
Color of point.
widthstring | number <optional>
Width of point (diameter).
upDirectionalRendererTheme <optional>
Treatment when colored bar is considered to be "up".
downDirectionalRendererTheme <optional>
Treatment when colored bar is considered to be "down".
evenDirectionalRendererTheme <optional>
Treatment when colored bar is considered to be "even".
barDirectionalRendererTheme <optional>
Treatment for a non-colored "bar" plot type.
