Jørgen Solli

Results 7 comments of Jørgen Solli

I'd also love for this to be improved. Currently having to opt for straight lines, sadly :(

> Note that https://github.com/apexcharts/apexcharts.js/blob/main/src/charts/Line.js#L615 says that the algorithm `apexcharts` uses is based on `chartist` which implements monotone cubic interpolation there: https://github.com/gionkunz/chartist-js/blob/develop/src/scripts/interpolation.js#L240 > > Maybe that interpolation was added afterwards, but...

Try upgrading laravel-inertia to ^1.0 in composer.json ``` ... "inertiajs/inertia-laravel": "^1.0" .. ```

Are you sure you're installing the latest version of this package? I see that v1.0.0 requires `inertia-laravel: 0.6`, but the latest uses 1.1.

Perhaps sharing your composer.json contents would help.

@MohmmedAshraf Perhaps the composer.json file in this package can be cleaned up a little to prevent these issues. Mine installed just fine, so I can't directly relate, but here are...