nova-chartjs icon indicating copy to clipboard operation
nova-chartjs copied to clipboard

A Simple Dashboard Chart in Laravel Nova using Chart JS. Starting create your own dashboard with Chart JS Integration can save your time and help you maintain consistency across standard elements such...

Results 65 nova-chartjs issues
Sort by recently updated
recently updated
newest added

**Describe the bug** there is no top padding on laravel nova 4 **To Reproduce** Steps to reproduce the behavior: add a simple larave nova chart example **Expected behavior** padding on...

bug

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Dark grid on dark background is not cool ![image](https://user-images.githubusercontent.com/38257723/174450378-c5a06552-3334-4410-89f5-eee3e9ea120b.png) Reproduce: [Installation](https://coroo.github.io/nova-chartjs/#/?id=installation) + [Basic Usage](https://coroo.github.io/nova-chartjs/#/?id=basic-usage)

enhancement

When choosing uom option of day it shows a date format of Y-M-D can the date format be customisable

enhancement

**Describe the bug** error when using the `->series([])` method instancing graph in a Laravel Nova resource card, using `->model('Class')`. **To Reproduce** ``` (new \Coroowicaksono\ChartJsIntegration\BarChart()) ->title('Misura') ->model('\App\Models\Misura') ->col_xaxis('ora') ->options([ 'queryFilter' =>...

bug

How can i create a custom total for my chart ?

enhancement

So it works with the latest version of Chart.js https://www.chartjs.org/docs/latest/getting-started/v3-migration.html#tooltip `tooltips.custom was renamed to plugins.tooltip.external` I was thinking about leaving both keys working for compatibility but everyone will still need...

I don't seem to be able to join more than one table with the model, is there any solution for this probleme

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...

bug