We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exception occurs when data contains nullish data.
bb.generate({ data: { columns: [ ["data1", 190, 200, 190, null], ], type: "bar" } });
The text was updated successfully, but these errors were encountered:
fix(type): filter nullish data
b685d0f
Filter nullish data to exclude from the rendering Ref naver#2020
d6c634f
Filter nullish data to exclude from rendering Ref naver#2020
0f4ed51
857bbca
Filter nullish data to exclude from rendering Fix #2020
chore(release): 3.0.2 [skip ci]
ed1800a
## [3.0.2](3.0.1...3.0.2) (2021-03-31) ### Bug Fixes * **type:** filter nullish data ([857bbca](857bbca)), closes [#2020](#2020)
netil
No branches or pull requests
Description
Exception occurs when data contains nullish data.
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: