Skip to content

SQL-MisterMagoo/Mister-Magoo-Goes-Charting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blazor Charts

Chart components for Blazor

This is a work in progress, not production ready.

Vertical Bar Chart

There is only one chart in the project at the moment, a vertical bar chart.

It doesn't have bells and whistles - or very much of anything.

usage:

See the BlazorBarChartMM project for examples (very ugly - don't complain)

Basic usage:

<BarChartVertical Data="@listOfValues"
	BarStyle="@BlazorBarStyle.Normal"
	ChartHeight="250" />

For now, you will have to dig into the code to figure out all the options - I will document later.

About

May be a collection of charts - probably just one though...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published