muqeet-khan / BlazorComponents

Simple reusable Blazor component library
50 stars 9 forks source link

Make charts more abstract (more general properties), #22

Closed Pilo11 closed 5 years ago

Pilo11 commented 5 years ago

added much more options for chart labels/titles/Fonts, added chart.JS plugin reference for chart value labels (data labels), modified README.md

Pilo11 commented 5 years ago

I've added much more things for options etc and a data label plugin for ChartJS (with modified README). In addition I made a base interface for the Chart objects to generalize the CanvasId and to implement an UpdateSize function for ALL charts without copying code everytime...

And some other changes, have a look at the commit changes ^^

If something is wrong with my changes please do not hesitate to contact me ^^

Pilo11 commented 5 years ago

Oh right, I will update the test project for better understanding, perhaps adding some comments here and there sould also not hurt :D

muqeet-khan commented 5 years ago

This is now merged. Thank you for the contribution. Much appreciated. Hopefully, this along with few other changes will get to the next nuget release along with Blazor updates.