ChartJS
Simple yet flexible JavaScript charting for designers & developers
Last updated
Simple yet flexible JavaScript charting for designers & developers
Last updated
The ChartJS extension component uses the excellent ChartJS widget to render amazing charts in real time. Please note that this extension is still under development and some advanced options are not yet available. Nevertheless, it’s quite an extension!
The ChartJS Extension includes the following chart types:
Line
Bar
HorizontalBar
Radar
PolarArea
Pie
Doughnut
Bubble
Scatter
The ChartJS extension can be added to a Wisej.NET project using NuGet Package Manager.
You can configure your instance by setting Chart specific Options.
For example, you can disable the tooltip using Options:
Data is provided in DataSets.
The code snippet below:
Creates the following chart:
Make sure to set the labels of the chart either in the Designer or via code. If there are no labels, the points on the graph will not be shown.
You can add labels to the X axis like so: