Skip to content

Conversation

@daiboom
Copy link
Contributor

@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)[].
@junedchhipa junedchhipa merged commit 2f22d44 into apexcharts:main Nov 21, 2024
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)[].

2 participants