cjs_config_line.Rd
Line elements are used to represent the line in a line chart.
cjs_config_line(
tension = 0,
backgroundColor = NULL,
borderWidth = 3,
borderColor = NULL,
borderCapStyle = "butt",
borderDash = NULL,
borderDashOffset = NULL,
borderJoinStyle = "miter",
capBezierPoints = TRUE,
cubicInterpolationMode = "default",
fill = FALSE,
stepped = FALSE
)
number 0 Bézier curve tension (0 for no Bézier curves).
Color Chart.defaults.backgroundColor Line fill color.
number 3 Line stroke width.
Color Chart.defaults.borderColor Line stroke color.
string 'butt' Line cap style. See MDN
number[] [] Line dash. See MDN
number 0.0 Line dash offset. See MDN
'round'|'bevel'|'miter' 'miter' Line join style. See MDN
boolean true true to keep Bézier control inside the chart, false for no restriction.
string 'default' Interpolation mode to apply. See more...
boolean|string false How to fill the area under the line. See area charts.
boolean false true to show the line as a stepped line (tension will be ignored).
a list