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

Neat Livewire Charts for your Laravel projects

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

## Summary I've tweaked it a bit to be able to configure font-family

## Summary Add ability to specify chart styles via JSON objects ## Issue Often it is nice to be able to utilize the full power of Apex Charts. There are...

## Summary Updated areaChart to support series of data. Added possibility to set areaChart to be stacked. ## Issue Fix #39 ## Type of Change - [x] :rocket: New Feature...

**Describe the bug** Uncaught TypeError: Cannot read properties of undefined (reading 'get') at Proxy.drawChart (app.js:3:472873) at app.js:3:472785 **To Reproduce** Steps to reproduce the behavior: 1. '$columnChartModel = (new ColumnChartModel()) ->setTitle('Expenses...

Is there a way to display the points from charts with money format instead a integer?

Hello, Right now on hover, the title says `series-1` for a `ColumnChartModel`. ``` $usersChart = $users->reduce(function (ColumnChartModel $usersChart, $data) use ( $dashboard ) { $month = $data->first()->created_at->format('n'); $value = $data->count();...

Mixed Content: The page at 'https://mailx.to/' was loaded over HTTPS, but requested an insecure script 'http://mailx.to/vendor/livewire-charts/app.js'. This request has been blocked; the content must be served over HTTPS. I have...

Hello there. What a practical and functional tool. I have an issue that I need to resolve. In the Pie chart, withDataLabels() presents the percentages. Is there a way to...

Is there a way to change the formatting on a number (commas and dollar signs)? I think there is a way to do this in Apex, but not sure if...

I am using this chart column chart is working but the line chart is not working here is my code ``` $this->lineChartModel = (new LineChartModel())->setTitle('quotations each day') ->addPoint('18-10-2020', 200)->addPoint('19-10-2020', 100)->addPoint('20-10-2020',...