Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Oct 22, 2022

Commits on Oct 21, 2022

  1. Introduce Colors plugin (#10764)

    Introduces a colors plugin that provides a color palette
    
    Co-authored-by: Dan Onoshko <danon0404@gmail.com>
    Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
    3 people committed Oct 21, 2022

Commits on Oct 19, 2022

  1. Fix broken links (#10812)

    LeeLenaleee committed Oct 19, 2022
  2. Update tooltip.md (#10813)

    Fixed spawn closes before its content.
    PhilJbt committed Oct 19, 2022
  3. docs: Fix typos (#10809)

    * Spell "corresponding" correctly
    
    * Spell "circle" correctly
    
    * Spell "configuration" correctly
    rvrvrv committed Oct 19, 2022

Commits on Oct 17, 2022

  1. fix: label text not centered when applied rotation (#10773)

    * fix: label text not centered on tick when rotated
    
    #10485
    
    * fix: label text not centered on tick when rotated
    
    #10485
    jonastro committed Oct 17, 2022
  2. Bump pnpm/action-setup from 2.2.2 to 2.2.4 (#10800)

    Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.2 to 2.2.4.
    - [Release notes](https://github.com/pnpm/action-setup/releases)
    - [Commits](pnpm/action-setup@v2.2.2...v2.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: pnpm/action-setup
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 17, 2022

Commits on Oct 12, 2022

  1. Bump alpha 2 (#10790)

    LeeLenaleee committed Oct 12, 2022
  2. Remove setting of version in package-lock since it does not exist and…

    … pnpm-lock does not have it (#10789)
    LeeLenaleee committed Oct 12, 2022
  3. Bump alpha v4 (#10787)

    * Update namespace
    
    * bump alpha
    LeeLenaleee committed Oct 12, 2022
  4. Convert the Arc element to TS (#10772)

    * Convert the Arc element to TS
    
    * Make max-statements and complexity warnings in TS files as well
    
    * Increase size limit
    
    * Update src/elements/element.arc.ts
    
    Co-authored-by: Dan Onoshko <danon0404@gmail.com>
    
    Co-authored-by: Dan Onoshko <danon0404@gmail.com>
    etimberg and dangreen committed Oct 12, 2022
  5. Fix #10749 - backdrops with rotated labels (#10759)

    * Fix #10749 - backdrops with rotated labels
    
    * remove translation adjustment
    Because backdrop now occurs after translation, we don't want to double-adjust the position.
    
    * increase tolerance slightly due to anti-aliasing
    
    Co-authored-by: Charles McNulty <charles.mcnulty@tasconline.com>
    cmcnulty and Charles McNulty committed Oct 12, 2022

Commits on Oct 7, 2022

  1. docs: fix typos (#10763)

    amincheloh committed Oct 7, 2022
  2. Convert the curve helpers to TS (#10733)

    * Convert the curve helpers to TS
    * Remove old type
    etimberg committed Oct 7, 2022
  3. Convert the PointElement to TS (#10730)

    Co-authored-by: Chart.js <>
    etimberg committed Oct 7, 2022
  4. Types: Change grid option of CartesianScaleOptions and RadialLinearSc…

    …aleOptions to Partial of GridLineOptions (#10760)
    Brainshaker95 committed Oct 7, 2022

Commits on Oct 6, 2022

  1. Allow to configure X and Y axis ID in TS for bubble charts (#10739)

    * Update namespace
    
    * Allow for x and y axisId to be passed to bubbledataset controller
    LeeLenaleee committed Oct 6, 2022
  2. Convert helpers.extra to TS (#10728)

    Co-authored-by: Chart.js <>
    etimberg committed Oct 6, 2022
  3. Updated dead sample link (#10748)

    * Updated dead sample link
    
    * Updated option sample
    wenzdey committed Oct 6, 2022

Commits on Oct 1, 2022

  1. Use the correct area to clip for dataset drawing when stacked scales …

    …are used (#10691)
    
    * Use the correct area to clip when stacked scales are used
    
    * adds test cases
    
    * fix CI issue
    
    * apply review
    
    * Update .size-limit.cjs
    
    Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
    
    Co-authored-by: Jacco van den Berg <jaccoberg2281@gmail.com>
    stockiNail and LeeLenaleee committed Oct 1, 2022

Commits on Sep 30, 2022

  1. Export declare const enums (#10729)

    Co-authored-by: Chart.js <>
    etimberg committed Sep 30, 2022
  2. Types: Export UpdateModeEnum as const (#10726)

    Co-authored-by: Luciano Santana <contacto@lucianosantana.net>
    lucianosantana and Luciano Santana committed Sep 30, 2022
  3. refactor: move batch of helpers to ts (#10722)

    * refactor: move batch of helpers to ts
    
    * refactor: review fixes
    dangreen committed Sep 30, 2022

Commits on Sep 28, 2022

  1. Update namespace (#10719)

    LeeLenaleee committed Sep 28, 2022

Commits on Sep 27, 2022

  1. Use guard clause typings (#10683)

    * Use guard clasue
    
    * use function type instead of build in function
    LeeLenaleee committed Sep 27, 2022

Commits on Sep 26, 2022

  1. Add warning if filler plugin is used but not registered (#10702)

    * add warning if filler plugin is used but not registered
    
    * fix lint
    
    * increase size limit
    
    * add test, only put warning in dataset controller
    
    * fix register in docs, remove commented code
    
    * remove other mr
    
    * add documentation
    
    * Apply suggestions from code review
    
    Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
    
    * Also return false if plugin is disabled by options
    
    * improve warning message
    
    * undo docs changes
    
    * update test
    
    Co-authored-by: Jukka Kurkela <jukka.kurkela@gmail.com>
    LeeLenaleee and kurkle committed Sep 26, 2022

Commits on Sep 16, 2022

  1. FIX: render multiline legend items without overlapping (#10532) (#10641)

    * FIX: render multiline legend items without overlapping (#10532)
    
    Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>
    
    * CLN: Extract method to fix codeclimate line count
    
    Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>
    
    * CLN: Shift helper methods from class to module scope
    
    Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>
    
    * TST: Add test with fixtures
    
    Co-authored-by: kartik <codebull707@gmail.com>
    
    * FIX: Fix test case for multiline label
    
    Co-authored-by: kartik <codebull707@gmail.com>
    
    * 10532-ENH: Calculate legend item width for multiline labels
    
    Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>
    
    * 10532-TST: use spriteText and non-empty labels for test
    
    Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>
    
    * 10532-FIX: failing test case due to legendItem.text being undefined
    
    Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>
    
    * 10532-FIX: Update compression size
    
    Co-authored-by: kartik <codebull707@gmail.com>
    
    Co-authored-by: Nirav Chavda <nmchavda99@gmail.com>
    kartik-madhak and niravchavda99 committed Sep 16, 2022
Older