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
fix(slack): Use last yAxis to match QueryDict serialization behavior
QueryDict.items() sends only the last value per key to the API, so
charting y_axes[0] produced empty charts when multiple yAxes existed.
Use y_axes[-1] to stay consistent with what the API actually receives.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments