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

Adds an option to inset the legend. #1

Merged
merged 1 commit into from Jun 6, 2014

Conversation

pjschreifels
Copy link
Member

To use — set the position to “inset”. Then, configure the inset
position by setting anchor to “top-left, top-right, bottom-left, or
bottom-right”, and offset x and/or y.

For example:
legend: {
position: "inset",
inset: {
anchor: "top-left",
x: 20,
y: 20
}
}

To use — set the position to “inset”. Then, configure the inset
position by setting anchor to “top-left, top-right, bottom-left, or
bottom-right”, and offset x and/or y.

For example:
legend: {
     position: "inset",
     inset: {
     anchor: "top-left",
          x: 20,
          y: 20
     }
}
pjschreifels added a commit that referenced this pull request Jun 6, 2014
Adds an option to inset the legend.
@pjschreifels pjschreifels merged commit 1d765b5 into development Jun 6, 2014
@pjschreifels pjschreifels deleted the legend-position-inset branch June 6, 2014 05:38
pjschreifels pushed a commit that referenced this pull request Sep 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant