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

Enhance legend label color point when usePointStyle is true #6006

Merged
merged 10 commits into from Feb 10, 2019
Merged

Enhance legend label color point when usePointStyle is true #6006

merged 10 commits into from Feb 10, 2019

Commits on Jan 22, 2019

  1. Allow custom pointStyle size

    Allow for users to add in an extra parameter to the label options which changes the size of the legend box separate to the font size. This doesn't affect current functionality, but adds to it.
    Alfie Hopkin committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    1c2857f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Fixed positioning of legend box

    Fixed the position of the legend box, when using custom point sizes.
    Alfie Hopkin committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    2989223 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2019

  1. Changed circleSize to pointSize

    Alfie Hopkin committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    e1846e7 View commit details
    Browse the repository at this point in the history
  2. Added pointSize to documentation

    Alfie Hopkin committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    12e69ab View commit details
    Browse the repository at this point in the history
  3. Removed parenthesis from code

    Alfie Hopkin committed Jan 24, 2019
    Configuration menu
    Copy the full SHA
    c635ddc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Fix using custom point size in legend

    Takes min value from boxSize and fontSize when using point styles for legend boxes, and correctly displays them on the screen.
    Alfie Hopkin committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    ceb5b20 View commit details
    Browse the repository at this point in the history
  2. Updated legend docs to match custom box size change

    Alfie Hopkin committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    80f117d View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary Math.SQRT2

    Alfie Hopkin committed Jan 25, 2019
    Configuration menu
    Copy the full SHA
    b6acb9f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2019

  1. Removed unneeded code

    Alfie Hopkin committed Jan 27, 2019
    Configuration menu
    Copy the full SHA
    c50318d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Merge branch 'master' into master

    Alfie Hopkin committed Feb 4, 2019
    Configuration menu
    Copy the full SHA
    ee54e97 View commit details
    Browse the repository at this point in the history