Skip to content

Unicode errors #3

@okainov

Description

@okainov

This is kind a copy of issue #5 in original repo chartit#5

The library raises error when there is unicode data in x-axis labels (or maybe in some other cases)
Iэму found a workaround which is pretty simple: replace line 531 from chartdata.py
lv = tuple(map(str, lv))
to
lv = tuple(map(unicode, lv))

Please take a look, maybe this solution will work for production code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions