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 centered label drawing for doughnut controllers #825

Merged
merged 42 commits into from
Oct 10, 2024

Commits on Jan 2, 2023

  1. Configuration menu
    Copy the full SHA
    050d45e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bffc452 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00fa4ee View commit details
    Browse the repository at this point in the history
  4. adds listeners to events

    stockiNail committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    93e4816 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2001f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    5fb097d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fa5b9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cbbf43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b215785 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33be0fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    408de06 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. creates helpers.callout

    stockiNail committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5181eb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2699fb6 View commit details
    Browse the repository at this point in the history
  3. test cases

    stockiNail committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a6a76cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e214a7 View commit details
    Browse the repository at this point in the history
  5. types def

    stockiNail committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    6bc3477 View commit details
    Browse the repository at this point in the history
  6. add documentation

    stockiNail committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    dcf09b6 View commit details
    Browse the repository at this point in the history
  7. fix lint

    stockiNail committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    102b1c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. add samples

    stockiNail committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1e1f0f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c67805 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

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

Commits on Jan 9, 2023

  1. aply some reviews

    stockiNail committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    4eade88 View commit details
    Browse the repository at this point in the history
  2. lint

    stockiNail committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    fb32684 View commit details
    Browse the repository at this point in the history
  3. fixes test cases

    stockiNail committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7b92d98 View commit details
    Browse the repository at this point in the history
  4. fixes color animation

    stockiNail committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    2332455 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9817696 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89e2458 View commit details
    Browse the repository at this point in the history
  7. fixes types

    stockiNail committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    fe411e9 View commit details
    Browse the repository at this point in the history
  8. fixes docs and samples

    stockiNail committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    87f2e07 View commit details
    Browse the repository at this point in the history
  9. CC and color animations

    stockiNail committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    829ff30 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    198d964 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Merge remote-tracking branch 'origin/master' into innerLabelProto

    Conflicts:
    	src/annotation.js
    	src/helpers/helpers.options.js
    	src/types/label.js
    	types/options.d.ts
    stockiNail committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a82ede0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Merge remote-tracking branch 'origin/master' into innerLabelProto

    Conflicts:
    	src/annotation.js
    	src/helpers/helpers.canvas.js
    	src/helpers/helpers.options.js
    	src/types/label.js
    	types/label.d.ts
    	types/options.d.ts
    stockiNail committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    cec5196 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b468ef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bb7ecd View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. apply review

    stockiNail committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b2cc907 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge remote-tracking branch 'origin/master' into innerLabelProto

    Conflicts:
    	src/helpers/helpers.options.js
    	types/options.d.ts
    stockiNail committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a359625 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Merge remote-tracking branch 'origin/master' into innerLabelProto

    Conflicts:
    	README.md
    	docs/.vuepress/config.js
    	docs/guide/index.md
    stockiNail committed May 16, 2023
    Configuration menu
    Copy the full SHA
    91ff42d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

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

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    1701b84 View commit details
    Browse the repository at this point in the history
  2. add hitTolerance

    stockiNail committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    26a5ca1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. apply review

    stockiNail committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a51cf39 View commit details
    Browse the repository at this point in the history