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

Support for x axis labels #9

Closed
javiercbk opened this issue Jul 18, 2016 · 2 comments
Closed

Support for x axis labels #9

javiercbk opened this issue Jul 18, 2016 · 2 comments
Assignees
Milestone

Comments

@javiercbk
Copy link

Currently the element only supports numbers as the only x axis value. It would be sweet if this element supports labels in the x axis as this stackoverflow answer points out.

@saeidzebardast
Copy link
Owner

I'll work on this issue next week.

@saeidzebardast
Copy link
Owner

@javiercbk I've fixed this issue for line and area charts. You need to use v0.18.0.
Now, you could set xAxisLabels for the following charts:

  • <nvd3-line>
  • <nvd3-line-with-focus>
  • <nvd3-stacked-area>
  • <nvd3-cumulative-line>

See the component page for new demo and options.

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

No branches or pull requests

2 participants