ChartJS

Simple yet flexible JavaScript charting for designers & developers

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!

ChartJS Source Code

Features

The ChartJS Extension includes the following chart types:

  • Line

  • Bar

  • HorizontalBar

  • Radar

  • PolarArea

  • Pie

  • Doughnut

  • Bubble

  • Scatter

How to Use

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.

Code sample

The code snippet below:

Creates the following chart:

You can add labels to the X axis like so:

Find more information in our ChartJS example in C# or in VB.NET.

Last updated

Was this helpful?