Skip to content

A Vue component library for different chart types with D3JS

License

Notifications You must be signed in to change notification settings

mikeludemann/vue-d3-charts

Repository files navigation

vue-d3-charts

A Vue component library for different chart types with D3JS

Charts

  • Bar

Examples

<barChart 
	id="bar" 
	widthSize="720" 
	heightSize="480" 
	marginLeft="60" 
	marginTop="30"
	marginRight="40" 
	marginBottom="50" 
	:data='[{"country":"Germany","resident":"82790000"},{"country":"Netherlands","resident":"17080000"},{"country":"Austria","resident":"8773000"},{"country":"Switzerland","resident":"8420000"}]'
/>

About

A Vue component library for different chart types with D3JS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages