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

Causing error for nullish data #2020

Closed
netil opened this issue Mar 30, 2021 · 0 comments
Closed

Causing error for nullish data #2020

netil opened this issue Mar 30, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@netil
Copy link
Member

netil commented Mar 30, 2021

Description

Exception occurs when data contains nullish data.

Steps to check or reproduce

bb.generate({
	data: {
		columns: [
			["data1", 190, 200, 190, null],
		],
		type: "bar"
	}
});
@netil netil added the bug label Mar 30, 2021
@netil netil added this to the Patch milestone Mar 30, 2021
@netil netil self-assigned this Mar 30, 2021
netil added a commit to netil/billboard.js that referenced this issue Mar 30, 2021
Filter nullish data to exclude from the rendering

Ref naver#2020
netil added a commit to netil/billboard.js that referenced this issue Mar 30, 2021
Filter nullish data to exclude from rendering

Ref naver#2020
@netil netil closed this as completed in 0f4ed51 Mar 30, 2021
netil added a commit that referenced this issue Mar 30, 2021
Filter nullish data to exclude from rendering

Fix #2020
github-actions bot pushed a commit that referenced this issue Mar 31, 2021
## [3.0.2](3.0.1...3.0.2) (2021-03-31)

### Bug Fixes

* **type:** filter nullish data ([857bbca](857bbca)), closes [#2020](#2020)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant