Augusto Gonzalez

Results 3 comments of Augusto Gonzalez

I also have this issue. It doesn't render pie charts when using html web-renderer and the chart has more than one piechartsection. `flutter run -d chrome --web-renderer html`

I converted my DateTime to miliseconds epoch and works fine. ``` dart //Convert to FLSpot List toTimeSeriesFlSpots(TimeSeriesChartData chartData) { if (chartData.serie?.isEmpty ?? true) return []; final spots = chartData.serie!.map((e) =>...

At the bottomTitles interval, I set the domainInterval value as below: `domainInterval = DaysCount * Duration.millisecondsPerDay;` where DaysCount is the number of days between each title