Home

Awesome

UnlockedData.Chartist.Blazor

ci-build

A Blazor implementation of ChartistJS strongly influenced by Steve Sanderson's NDC demo

Installation

To Install:

Install-Package UnlockedData.Chartist.Blazor

or

dotnet add package UnlockedData.Chartist.Blazor

For client-side and server-side Blazor - add script section to index.html or _Layout.cshtml (head section)

    <link href="_content/UnlockedData.Chartist.Blazor/chartist.min.css" rel="stylesheet" />
    <script src="_content/UnlockedData.Chartist.Blazor/chartist.min.js"></script>
    <script src="_content/UnlockedData.Chartist.Blazor/blazorChartistInterop.min.js"></script>

Release Notes

What's New

Known Issues

Bug Fixes