From 49cd274b585fe20e348863d82b66948bed9cdb6e Mon Sep 17 00:00:00 2001 From: Manahil Afzal Date: Tue, 10 Feb 2026 06:01:41 -0800 Subject: [PATCH] adjust sankey itemstyle centering --- public/examples/ts/sankey-itemstyle.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/examples/ts/sankey-itemstyle.ts b/public/examples/ts/sankey-itemstyle.ts index 2177e3bf..998da08a 100644 --- a/public/examples/ts/sankey-itemstyle.ts +++ b/public/examples/ts/sankey-itemstyle.ts @@ -15,7 +15,7 @@ option = { { type: 'sankey', left: 50.0, - top: 20.0, + top: -140.0, right: 150.0, bottom: 25.0, data: [ @@ -1271,7 +1271,7 @@ option = { label: { color: 'rgba(0,0,0,0.7)', fontFamily: 'Arial', - fontSize: 10 + fontSize: 7 } } ],