mattosaurus / ChartJSCore

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

Line chart fill with multiple colors #70

Closed bcanteneurEiffage closed 2 years ago

bcanteneurEiffage commented 2 years ago

Is it possible to fill the line charts (making them area charts) with multiple colors for above and below as described in the documentation of Chartjs? https://www.chartjs.org/docs/latest/charts/area.html#example-with-multiple-colors

mattosaurus commented 2 years ago

I'm going to assume this is fixed with the new v3 release, please re-open and provide example code if that's not actually the case.