diff --git a/src/component/axis/CartesianAxisView.ts b/src/component/axis/CartesianAxisView.ts index 3cc48e3041..4bae232d4e 100644 --- a/src/component/axis/CartesianAxisView.ts +++ b/src/component/axis/CartesianAxisView.ts @@ -123,6 +123,7 @@ const axisElementBuilders: Record boolean) + interval?: 'auto' | number | ((index:number, value: string) => boolean), + hiddenTicks?: number[]; // colors will display in turn lineStyle?: LineStyleOption } diff --git a/test/axis-splitLine.html b/test/axis-splitLine.html new file mode 100644 index 0000000000..02401f8192 --- /dev/null +++ b/test/axis-splitLine.html @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + +
+ + + + + +