Skip to content

fix(types): allow skipNull on bar datasets#12264

Open
puneetdixit200 wants to merge 1 commit into
chartjs:masterfrom
puneetdixit200:fix-bar-skipnull-dataset-type
Open

fix(types): allow skipNull on bar datasets#12264
puneetdixit200 wants to merge 1 commit into
chartjs:masterfrom
puneetdixit200:fix-bar-skipnull-dataset-type

Conversation

@puneetdixit200
Copy link
Copy Markdown

Fixes #12235

Summary

  • allow bar datasets to set skipNull in TypeScript, matching the documented dataset property and runtime option resolution
  • add a type regression test for dataset-level skipNull on bar charts

Tests

  • pnpm exec tsc -p test/types (failed before the declaration change)
  • pnpm exec tsc -p test/types
  • pnpm run lint-types

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.

skipNull is a configuration option, not a dataset field

1 participant