ChartJS

Simple yet flexible JavaScript charting for designers & developers

The ChartJS arrow-up-rightextension 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:

circle-exclamation

You can add labels to the X axis like so:

circle-info

Find more information in our ChartJS example in C#arrow-up-right or in VB.NETarrow-up-right.

Last updated

Was this helpful?