From f2579ab7bedd1b756ba3bf6f16bd9e999731eb90 Mon Sep 17 00:00:00 2001 From: netil Date: Mon, 6 Nov 2023 17:36:22 +0900 Subject: [PATCH] fix(axis): Fix x axis autorotate option applies Fix side-effect of #3433, where removed x axis tick overflow computation Ref #3499 --- demo/index.html | 1 + src/ChartInternal/Axis/Axis.ts | 11 +++++++---- src/ChartInternal/internals/size.axis.ts | 21 ++++----------------- src/ChartInternal/internals/size.ts | 13 +++++++++---- test/internals/axis-spec.ts | 16 ++++++++-------- 5 files changed, 29 insertions(+), 33 deletions(-) diff --git a/demo/index.html b/demo/index.html index 628c3d528..c03989abe 100644 --- a/demo/index.html +++ b/demo/index.html @@ -35,6 +35,7 @@