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

Legend: fix drag movement when editable: true #487

Merged
merged 4 commits into from Apr 29, 2016
Merged

Commits on Apr 28, 2016

  1. Legend: fix drag movement when editable: true

    The legend container is now a `<g>` and position must be set using `translate`
    instead of `x` and `y` coordinates. The cursor is set to always be `move`.
    mdtusz committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    b55f9c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf82fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7269c33 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2016

  1. Configuration menu
    Copy the full SHA
    ee0b452 View commit details
    Browse the repository at this point in the history