Louis Dupont
Louis Dupont
I really love the look of those charts, and since SwiftUI does not have any options to display properly graphs, I tried to integrate this to SwiftUI like so :...
I just tried to add a chart to my project, by adding the given code line : `LineChartView(data: [8,23,54,32,12,37,7,23,43], title: location.name, legend: "Marée")` However, I get the following result: I...
**Reproduction of the problem** - Create an Angular 17 project (running on Node.js v20) - Try to include ng2-charts on this project using `ng add ng2-charts` or `ng add ng2-charts...