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

feat(options): Intent to ship bar.overlap #2866

Merged
merged 1 commit into from
Sep 19, 2022
Merged

Conversation

netil
Copy link
Member

@netil netil commented Sep 19, 2022

Issue

#2839

Details

Implement overlapped bar option

bb.generate({
	data: {
		columns: [
			["data1", 80, 150, 100],
			["data2", 100, 120, 130],
			["data3", 150, 80, 120]
		],
		type: "bar"
	},
	bar: {
		width: {
			data1: 60,
			data2: 40,
			data3: 20
		},
		overlap: true
	}
});

image

Implement overlapped bar option

Ref naver#2839
@netil netil added the feature label Sep 19, 2022
@netil netil self-assigned this Sep 19, 2022
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.003%) to 90.52% when pulling 048fdef on netil:barOverlap#2839 into ab4d98d on naver:master.

@netil netil merged commit 046aedb into naver:master Sep 19, 2022
@netil netil deleted the barOverlap#2839 branch September 19, 2022 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants