Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/UnlockedData/UnlockedData.Chartist.Blazor
A Blazor component library for Chartist.js
https://github.com/UnlockedData/UnlockedData.Chartist.Blazor
blazor charting-library chartist visualization
Last synced: 3 months ago
JSON representation
A Blazor component library for Chartist.js
- Host: GitHub
- URL: https://github.com/UnlockedData/UnlockedData.Chartist.Blazor
- Owner: UnlockedData
- License: other
- Created: 2021-11-30T19:47:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T14:45:04.000Z (9 months ago)
- Last Synced: 2024-06-19T21:18:09.237Z (5 months ago)
- Topics: blazor, charting-library, chartist, visualization
- Language: C#
- Homepage:
- Size: 676 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - UnlockedData.Chartist.Blazor - ![last commit](https://img.shields.io/github/last-commit/unlockeddata/unlockeddata.chartist.blazor) Blazor wrapper for [Chartist.js](http://gionkunz.github.io/chartist-js/) bundled with [Chartist.js plugins](http://gionkunz.github.io/chartist-js/plugins.html). (Libraries & Extensions / 2D/3D Rendering engines)
README
# UnlockedData.Chartist.Blazor
[![ci-build](https://github.com/UnlockedData/UnlockedData.Chartist.Blazor/actions/workflows/ci-build.yml/badge.svg)](https://github.com/UnlockedData/UnlockedData.Chartist.Blazor/actions/workflows/ci-build.yml)
A Blazor implementation of [ChartistJS](https://github.com/gionkunz/chartist-js) strongly influenced by [Steve Sanderson's NDC demo](https://github.com/SteveSandersonMS/presentation-2020-01-NdcBlazorComponentLibraries)
## Installation
To Install:
```ps1
Install-Package UnlockedData.Chartist.Blazor
```or
```ps1
dotnet add package UnlockedData.Chartist.Blazor
```For client-side and server-side Blazor - add script section to index.html or _Layout.cshtml (head section)
```xml
```## Release Notes
### What's New
- Override the options for individual line and bar chart series.
- Class names can now be applied to series, allowing targeting of CSS. There is a helper function object that allows html classes to be applied to specific created elements. See the example for both in action with a show of CSS animation### Known Issues
- Major refactor with some possible API changes.
- InterpolationType is now enum as opposed to string### Bug Fixes
- None for this release