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. 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