Copilot commented on code in PR #21604:
URL: https://github.com/apache/echarts/pull/21604#discussion_r3182614777


##########
src/chart/line/LineSeries.ts:
##########
@@ -113,6 +113,9 @@ export interface LineSeriesOption extends 
SeriesOption<LineStateOption<CallbackD
 
     connectNulls?: boolean
 
+    // Normalize stacked line values by the stack total.

Review Comment:
   `stackNormalize` behavior is more constrained than this comment implies: 
normalization is only applied when *all* series in the same `stack` group are 
`series.line` and have `stackNormalize: true` (otherwise the stack falls back 
to regular stacking). Consider documenting these requirements here so users 
understand why enabling it on a single series has no effect.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to