Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set text labels in multibarhorizontalchart #57

Open
GraphGrailAi opened this issue May 7, 2015 · 1 comment
Open

How to set text labels in multibarhorizontalchart #57

GraphGrailAi opened this issue May 7, 2015 · 1 comment

Comments

@GraphGrailAi
Copy link

If i set 'x': xdata, where xdata is list of strings it throws an error "list index out of range"
chartdata = {
'x': xdata,
'name1': 'series 1', 'y1': ydata1, 'extra1': extra_serie,
'name2': 'series 2', 'y2': ydata2, 'extra2': extra_serie,
}

But if i set 'x': xdata to range(50) chart works, but instead text labels it shows numbers.
So how to set text labels in multibarhorizontalchart ?

@Silwest
Copy link

Silwest commented Aug 12, 2015

Bump

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants