livewire-charts icon indicating copy to clipboard operation
livewire-charts copied to clipboard

Neat Livewire Charts for your Laravel projects

Results 62 livewire-charts issues
Sort by recently updated
recently updated
newest added

Is it possible to create this type of Pareto chart? ![image](https://user-images.githubusercontent.com/18195074/152577149-8cef3be2-1a98-4345-88bb-0c11ceab97dd.png)

Hello, i would like to ask if there is a way to update the charts based on some input from the blade component?

After upgrading alpinejs, charts not working. Any tips to upgrade livewire-charts? ![image](https://user-images.githubusercontent.com/17098483/141643540-c653afa7-fcb8-4c71-90d9-ea93f9396f92.png)

I have followed the documentation to use ColumnChartModel as shown in official docs. However I get following error. Uncaught TypeError: t is undefined drawChart http://127.0.0.1:8000/vendor/livewire-charts/app.js:2 init http://127.0.0.1:8000/vendor/livewire-charts/app.js:2 Not sure what...

Returns value if no formatted option in extras. For example, adding a formatted value to the extras array, allows for passing that value to the tooltip. ```php return $orders->groupBy('created_at') ->reduce(function...

Dear, I use this php array of values: "2021-04-01" => 0 "2021-04-02" => 12.62 "2021-04-03" => 12.39 "2021-04-04" => 12.36 "2021-04-05" => 6.24 "2021-04-06" => 12.43 "2021-04-07" => 12.37 "2021-04-08"...

I want to be able to change the fontFamily in config. I will be easier to use

## Summary Added the config options for themes ## Issue https://github.com/asantibanez/livewire-charts/issues/44 https://github.com/asantibanez/livewire-charts/issues/3 ## Type of Change - [ ] :rocket: New Feature Added themes support - dark/light mode - palettes...

**Describe the bug** `->withOnColumnClickEventName()` isn't passing through the SecureHydrationWithChecksum of livewire. **To Reproduce** Steps to reproduce the behavior: 1. Create a chart with `->withOnColumnClickEventName()` 2. Click on a column **Expected...