Skip to content

An Angular component library for different chart types with D3JS

License

Notifications You must be signed in to change notification settings

mikeludemann/angular-d3-charts

Repository files navigation

angular-d3-charts

An Angular component library for different chart types with D3JS

Charts

  • Bar

Examples

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

About

An Angular component library for different chart types with D3JS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published