Kim B

Results 4 comments of Kim B

You're probably getting the same issue as in https://github.com/ebess/advanced-nova-media-library/issues/133

I wasn't expecting this behaviour either. Utilising withoutSkippingFirstElement() gave me the results I required, e.g. as per your example: ``` StreamParser::xml($request->fileUrl)->withoutSkippingFirstElement()->each(function(Collection $item) { var_dump($item); }); ```

It's possible to change this, but in my experience only when using `window.renderChart(...)`. See the [ChartJS' linear axis page](https://www.chartjs.org/docs/3.8.2/axes/radial/linear.html) for more options. ``` ```dataviewjs const chartData = { type: 'radar',...

A little late to the party, but I came across the same issue with the axis labels on my radar graphs and found a solution. After a bit of digging...