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
if series.data_type(X) is not Number:
raise ValueError('Bars only support Number values for the Y axis.')
if series.data_type(Y) is not Text:
raise ValueError('Bars only support Text values for the X axis.')
If the Bars are rows of horizontal bars, then the checks are correct, but the error message saying Y should be X, and vice versa.
The text was updated successfully, but these errors were encountered:
If the Bars are rows of horizontal bars, then the checks are correct, but the error message saying Y should be X, and vice versa.
The text was updated successfully, but these errors were encountered: