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

vis#4123: rotating axis labels #9

Merged
merged 9 commits into from Sep 13, 2019
Merged

vis#4123: rotating axis labels #9

merged 9 commits into from Sep 13, 2019

Commits on Aug 6, 2019

  1. Add processing of label rotations for each XYZ axis

    These are optional functions separate from existing drawAxisLabel<XYZ> functions.
    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    d7ae1f8 View commit details
    Browse the repository at this point in the history
  2. Add ability to set axis label method

    The setAxisLabelMethod() is called from setOptions and sets each _drawAxisLabel<XYZ> function for use from within _redrawAxis and using their .call(this, ...) methods.
    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    7dde2c1 View commit details
    Browse the repository at this point in the history
  3. Add boolean and axis font options for rotateAxisLabels

    These options allow for quicker style adjustments.
    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    b794dde View commit details
    Browse the repository at this point in the history
  4. Add graph3d tooltip delay option

    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    bc76905 View commit details
    Browse the repository at this point in the history
  5. Add example rotateAxisLabels

    A readme is commented inside rotateAxisLabels.html
    The example provides a sample JSON data set and the use of long axis lables
    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    e57ca81 View commit details
    Browse the repository at this point in the history
  6. Fix typo for variable msg

    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    71a6f0b View commit details
    Browse the repository at this point in the history
  7. Add rotateAxisLabels to graph3d docs

    Change _onTooltip delay back to 300
    Remove tooltipDelay from Graph3d.DEFAULTS
    Remove tooltipDelay from option.js
    Remove tooltipDelay from Settings.js
    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    f5ba298 View commit details
    Browse the repository at this point in the history
  8. Change script type to application

    eanar authored and mojoaxel committed Aug 6, 2019
    Copy the full SHA
    baab43a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

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