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(pie): Enhance innerRadius option #858

Merged
merged 1 commit into from
May 2, 2019
Merged

feat(pie): Enhance innerRadius option #858

merged 1 commit into from
May 2, 2019

Conversation

netil
Copy link
Member

@netil netil commented May 2, 2019

Issue

#856

Details

Implement innerRadius to be applicable for each dataset.

image

bb.generate({
	data: {
		columns: [
			["data1", 30],
			["data2", 50],
			["data3", 20]
		],
		type: "pie"
	},
	pie: {
		innerRadius: {
			data1: 50,
			data2: 80,
			data3: 0
		}
	}
});

Implement innerRadius to be applicable for each dataset.

Ref #856
@netil netil added the feature label May 2, 2019
@netil netil added this to the 1.9 milestone May 2, 2019
@netil netil self-assigned this May 2, 2019
@netil netil merged commit 1668463 into naver:master May 2, 2019
@netil netil deleted the radius#856 branch May 2, 2019 07:52
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.

1 participant