From 55e7ac9fbb076ee2e3d504d1fb343041f547c811 Mon Sep 17 00:00:00 2001 From: kalyan021004 Date: Fri, 23 Jan 2026 17:14:37 +0530 Subject: [PATCH 1/2] test: add axisPointer cross + shadow behavior case --- test/axisPointer-cross-shadow.html | 47 ++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 test/axisPointer-cross-shadow.html diff --git a/test/axisPointer-cross-shadow.html b/test/axisPointer-cross-shadow.html new file mode 100644 index 0000000000..f0a87d3820 --- /dev/null +++ b/test/axisPointer-cross-shadow.html @@ -0,0 +1,47 @@ + + + + + + AxisPointer: cross + shadow + + + + +
+ + + + + \ No newline at end of file From 04e32cb4e8340b0b02a1244eddb3d000b11c1499 Mon Sep 17 00:00:00 2001 From: kalyan021004 Date: Fri, 23 Jan 2026 17:36:28 +0530 Subject: [PATCH 2/2] test: add axis label color inheritance test --- test/axisLabel-color-inherit.html | 44 +++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 test/axisLabel-color-inherit.html diff --git a/test/axisLabel-color-inherit.html b/test/axisLabel-color-inherit.html new file mode 100644 index 0000000000..a6dda2db42 --- /dev/null +++ b/test/axisLabel-color-inherit.html @@ -0,0 +1,44 @@ + + + + + Axis label color inherit from axisLine + + + +
+ + + + + +// According to documentation, axisLabel.color and axisPointer.label.backgroundColor +// should inherit axisLine.lineStyle.color by default. +// Currently, they do not.