Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linear Trendline not rendering correctly when aggregate sum is used #4505

Open
yanmariomenev opened this issue Jan 9, 2025 · 0 comments
Open

Comments

@yanmariomenev
Copy link
Contributor

yanmariomenev commented Jan 9, 2025

Description

The linear trendline doesn't render correctly when the aggregate sum is used for the series. The trendline renders downward, but it should render upward due to the positive values for each month.

Steps To Reproduce

Open the following example, which demonstrates a chart using the aggregate sum and a secondary chart where the values are aggregated without using the aggregate functionality of the chart. The top chart rendering is incorrect, as it should render as shown in the bottom chart.

Workaround

Use the sumOrNull aggregate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant