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 arbitrary rotation of datapoints #5319

Merged
merged 9 commits into from Jul 7, 2018
Merged

Enable arbitrary rotation of datapoints #5319

merged 9 commits into from Jul 7, 2018

Commits on Apr 13, 2018

  1. Bugfix: Improve polyfill function of log10 to return whole powers of …

    …10 (#5275)
    
    * Bugfix: Improve polyfill function of log10 to return whole powers of 10
            as integer values, as it caused endless loop in IE11 in the tick
            creation loop.
    
    * Compare floating-point numbers directly instead of using unnecessary division.
    
    rotate
    
    works
    
    added docs
    
    delete line
    jcopperfield authored and Joel Hamilton committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    fd0ea21 View commit details
    Browse the repository at this point in the history
  2. added ability to rotate points

    Joel Hamilton committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    8cf7910 View commit details
    Browse the repository at this point in the history
  3. remove redundant elseif

    Joel Hamilton committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d47c278 View commit details
    Browse the repository at this point in the history
  4. fix merge conflict

    Joel Hamilton committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    b2cb8b1 View commit details
    Browse the repository at this point in the history
  5. change pointRotation to rotation, add docs

    Joel Hamilton committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d22d7ce View commit details
    Browse the repository at this point in the history
  6. fix draw point

    Joel Hamilton committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d182d34 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. rotation -> pointRotation

    Joel Hamilton committed May 31, 2018
    Configuration menu
    Copy the full SHA
    da23599 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2018

  1. rename bubble options for point rotation

    Joel Hamilton committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    6b9dfaf View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2018

  1. change pointRotation -> rotation

    Joel Hamilton committed Jul 7, 2018
    Configuration menu
    Copy the full SHA
    71ae83a View commit details
    Browse the repository at this point in the history