mattosaurus / ChartJSCore

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

Example code #57

Closed DavidStania closed 4 years ago

DavidStania commented 4 years ago

image

Small problem detected in your example code by passing list of double. Type should be nullable "double?". Data = new List<double?> { 65, 59, 80, 81, 56, 55, 40 },

Best regards.

mattosaurus commented 4 years ago

Thanks, forgot about the sample code in the readme when I changed this, I've updated it now.