Skip to content

Error msg in Bars validate_series looks wrong #94

@wdoekes

Description

@wdoekes
        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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions