From 08da6c691b0f591a239d284755cfa91863344d27 Mon Sep 17 00:00:00 2001 From: Zhenyi Zhou Date: Mon, 4 May 2026 04:30:36 +0800 Subject: [PATCH] fix Bar trace 'base' attr --- plotly/src/traces/bar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotly/src/traces/bar.rs b/plotly/src/traces/bar.rs index 2e622515..ca852b7e 100644 --- a/plotly/src/traces/bar.rs +++ b/plotly/src/traces/bar.rs @@ -55,7 +55,7 @@ where legend_group_title: Option, opacity: Option, ids: Option>, - base: Option>>, + base: Option>, width: Option, offset: Option>, text: Option>,