-
-
Notifications
You must be signed in to change notification settings - Fork 6k
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
Set label for each column in group bar chart #691
Comments
You are having two data sets, and they share the same xIndex and x value. Either use a single data set so you can put x value for each data. Or you can override the x axis renderer 'drawLabels' to what you need. |
How can i set dependency for each member if using single data set and how i can group 2 member in 1 |
what you mean set dependency? There is axisDependency, not sure if you are asking for it. If you are using single data set, you can just have single bar chart, or stacked bar chart. |
I want to set axisDependency , one to left and one to right and i want to have two bars at same xIndex. So how i can set label for each member of group using two data sets. Can you give me an example about using drawLabels, liuxuan30 |
As I said, you have to do some customizations about the x axis renderer. |
I want to set label of xAxis for each column in each group bar chart .
I want column 876 has label : cafe sua da and column 10 has Sinh to dau . But i don't know how to do that.
The text was updated successfully, but these errors were encountered: