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

Enable label support in StackedArea and Line #1745

Closed
wants to merge 1 commit into from

Conversation

zipengwu
Copy link
Contributor

@zipengwu zipengwu commented Jul 26, 2016

This commit tries to resolve #479

  • Label will be automatically added to scatter point, when values have label data
  • For example {x: 2, y: 3, label: "label"}

- Label will be automatically added to scatter point, when values have label data
- For example {x: 2, y: 3, label: "label"}
@liquidpele
Copy link
Contributor

I don't think that's a good default, but you can set it already by doing chart.scatter.showLabels(true);

@liquidpele liquidpele closed this Jul 31, 2016
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

Successfully merging this pull request may close these issues.

How to add Annotation to the graph ?
2 participants