| Modifier and Type | Field and Description |
|---|---|
protected List<ParallelAxisOption> |
ParallelCoordChart.parallelAxes |
| Modifier and Type | Method and Description |
|---|---|
T |
ParallelCoordChart.addParallelAxis(ParallelAxisOption parallelAxis) |
Option |
Option.setParallelAxis(ParallelAxisOption parallelAxis) |
Option |
Option.setParallelAxis(ParallelAxisOption[] parallelAxis) |
| Modifier and Type | Class and Description |
|---|---|
class |
CategoryParallelAxis |
class |
LogParallelAxis |
class |
TimeParallelAxis |
class |
ValueParallelAxis |
| Modifier and Type | Method and Description |
|---|---|
ParallelSeriesOption |
ParallelSeriesOption.setParallelAxisDefault(ParallelAxisOption parallelAxisDefault) |
| 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
|
interface |
LogParallelAxisOption
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
|
interface |
TimeParallelAxisOption
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
|
interface |
ValueParallelAxisOption
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 | Method and Description |
|---|---|
ParallelAxisOption |
ParallelAxisOption.setAreaSelectStyle(Object areaSelectStyle) |
ParallelAxisOption |
ParallelAxisOption.setDim(Number dim) |
ParallelAxisOption |
ParallelAxisOption.setDim(Number[] dim) |
ParallelAxisOption |
ParallelAxisOption.setParallelIndex(Number parallelIndex) |
ParallelAxisOption |
ParallelAxisOption.setRealtime(Boolean realtime) |
| Modifier and Type | Method and Description |
|---|---|
EChartsOption |
EChartsOption.setParallelAxis(ParallelAxisOption parallelAxis) |
EChartsOption |
EChartsOption.setParallelAxis(ParallelAxisOption[] parallelAxis) |
Copyright © 2022. All rights reserved.