mattosaurus / ChartJSCore

Implementation of Chart.js for use with .NET Core.
GNU General Public License v3.0
116 stars 34 forks source link

Feature/add null suport #56

Closed Fandradec closed 4 years ago

Fandradec commented 4 years ago

Add Support to null values in dataset data.

When you want to show a series of data where one of the values ​​does not exist, or there is no data, you should be able to add "null" instead of 0. For that, the Dataset class is modified, its Data property from List to List <double?>

https://jsfiddle.net/fjfandradec/pfnvj3q4/