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

fix:#4801 The return type of the dataLabels formatter has been redefine #4802

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

daiboom
Copy link

@daiboom daiboom commented Nov 12, 2024

…ned from string[] to (string | number)[].

New Pull Request

The return type of the dataLabels formatter has been redefine

Fixes #4801

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • This change requires a documentation update

We need to document the fact that multi lines can be displayed using the formatter in dataLabels.

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • My changes generate no new warnings
  • New and existing unit tests pass locally with my changes
  • My branch is up to date with any changes from the main branch

…een redefined from string[] to (string | number)[].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The dataLabels formatter requires type definitions because it allows (string | number)[].
1 participant