Optional
animateanimateIndex is a boolean that represents whether to add animation to the index value of the data points in the line chart.
It is optional.
If not provided, the animateIndex will be false
.
Optional
antiOptional
backgroundbackgroundColor is a color that represents the background color of the dataUnit, which may be displayed in various forms. It is optional.
Optional
backgroundbackgroundShader is a shader that represents the background shader of the dataUnit, which may be displayed in various forms. It is optional.
Optional
blendOptional
borderborder is a boolean that represents whether the dataUnit has a border.
Optional
borderborderCapStyle is a string that represents the style of the border cap.
It is optional.
If not provided, the borderCapStyle will be butt
.
Optional
borderborderColor is a color that represents the border color of the dataUnit, which may be displayed in various forms. It is optional.
Optional
borderborderDashInterval is an array of numbers that represents the intervals of the dashed border.
It is optional.
If not provided, the borderDashInterval will be undefined
.
Optional
borderborderDashOffset is a number that represents the offset of the dashed border.
It is optional.
If not provided, the borderDashOffset will be 0
.
Optional
borderborderJoinStyle is a string that represents the style of the border join.
It is optional.
If not provided, the borderJoinStyle will be miter
.
Optional
borderborderShader is a shader that represents the border shader of the dataUnit, which may be displayed in various forms. It is optional.
Optional
borderborderWidth is a number that represents the border width of the dataUnit, which may be displayed in various forms. It is optional.
Optional
dotdotSize is a number that represents the size of the dots in the line chart.
It is optional.
If not provided, the dotSize will be 5
.
Optional
layoutOptional
linelineWidth is a number that represents the width of the line in the line chart.
It is optional.
If not provided, the lineWidth will be 3
.
Optional
marginOptional
rotationOptional
scaleXOptional
scaleYOptional
showshowLine is a boolean that represents whether to show the line in the line chart.
It is optional.
If not provided, the showLine will be true
.
Optional
tensiontension is a number that represents the tension of the line in the line chart, which is used to create a Bézier curve.
It is optional.
If not provided, the tension will be 0.1
.
Optional
transparency
BubbleChart style