| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryParallelAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryAngleAxis |
class |
CategoryRadiusAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
CategorySingleAxis |
| Modifier and Type | Method and Description |
|---|---|
CategoryAxisBaseOption |
CategoryAxisBaseOption.setAxisLabel(Object axisLabel) |
CategoryAxisBaseOption |
CategoryAxisBaseOption.setAxisTick(Object axisTick) |
CategoryAxisBaseOption |
CategoryAxisBaseOption.setBoundaryGap(Boolean boundaryGap) |
CategoryAxisBaseOption |
CategoryAxisBaseOption.setData(Object[] data) |
CategoryAxisBaseOption |
CategoryAxisBaseOption.setDeduplication(Boolean deduplication) |
CategoryAxisBaseOption |
CategoryAxisBaseOption.setType(String type) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L33
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L42
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/cartesian/AxisModel.ts#L45
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryParallelAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/parallel/AxisModel.ts#L43
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategoryAngleAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L30
|
interface |
CategoryRadiusAxisOption
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/axisCommonTypes.ts#L257
https://github.com/apache/echarts/blob/790687df55a5dbe286e52cf182c0983938efd367/src/coord/polar/AxisModel.ts#L47
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CategorySingleAxisOption
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/single/AxisModel.ts#L32
https://github.com/apache/echarts/blob/566ba8e83dd283ba359fe9aceee0d4a12dbcd6c7/src/coord/axisCommonTypes.ts#L257
|
Copyright © 2022. All rights reserved.