Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 447 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 447 Bytes

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"}]'
/>