packages/components/externals/charts/model/apex-types.ts
X Axis options See https://apexcharts.com/docs/options/xaxis/
Properties |
|
| axisBorder |
axisBorder:
|
Type : literal type
|
| Optional |
| axisTicks |
axisTicks:
|
Type : literal type
|
| Optional |
| categories |
categories:
|
Type : any
|
| Optional |
| crosshairs |
crosshairs:
|
Type : literal type
|
| Optional |
| decimalsInFloat |
decimalsInFloat:
|
Type : number
|
| Optional |
| floating |
floating:
|
Type : boolean
|
| Optional |
| group |
group:
|
Type : literal type
|
| Optional |
| labels |
labels:
|
Type : literal type
|
| Optional |
| max |
max:
|
Type : number
|
| Optional |
| min |
min:
|
Type : number
|
| Optional |
| offsetX |
offsetX:
|
Type : number
|
| Optional |
| offsetY |
offsetY:
|
Type : number
|
| Optional |
| overwriteCategories |
overwriteCategories:
|
Type : number[] | string[] | undefined
|
| Optional |
| position |
position:
|
Type : string
|
| Optional |
| range |
range:
|
Type : number
|
| Optional |
| sorted |
sorted:
|
Type : boolean
|
| Optional |
| stepSize |
stepSize:
|
Type : number
|
| Optional |
| tickAmount |
tickAmount:
|
Type : number | "dataPoints"
|
| Optional |
| tickPlacement |
tickPlacement:
|
Type : string
|
| Optional |
| title |
title:
|
Type : literal type
|
| Optional |
| tooltip |
tooltip:
|
Type : literal type
|
| Optional |
| type |
type:
|
Type : "category" | "datetime" | "numeric"
|
| Optional |