From 54d54d11af737484dfaf2d884c06258e8fa905b2 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 | 14 +++++++------- 5 files changed, 28 insertions(+), 32 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 @@