packages/components/externals/charts/model/apex-types.ts
Options for the line drawn on line and area charts. See https://apexcharts.com/docs/options/stroke/
Properties |
| colors |
colors:
|
Type : any[]
|
| Optional |
| dashArray |
dashArray:
|
Type : number | number[]
|
| Optional |
| fill |
fill:
|
Type : ApexFill
|
| Optional |
| lineCap |
lineCap:
|
Type : "butt" | "square" | "round"
|
| Optional |
| show |
show:
|
Type : boolean
|
| Optional |
| width |
width:
|
Type : number | number[]
|
| Optional |