You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: