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

A Chart JS component for Laravel Nova

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

This PR moves `additionalDatasets` and `comparisonList` to Ajax calls so it does not have to run a heavy query inside the resolve function (while initializing the Nova Resource). This will...

Hello is there any integration with Laravel Nova ?

Example: InlinePanel::make($this, $request, 'Chart Name')->hideFromIndex(),

For cases if `App\Nova\Resource` don't exists

I have this table which logs a daily record for the amount of holders for a certain crypto. It's simply "DAY" => "HOLDERS" - and I want to plot this...

I would like to dynamically select the parameters, in the first function `$this->id` gives me the following error: _using $this when not in object context_ while in the second no....

- [x] Adds a template for Tooltips - [x] Replace placeholders in templates - [x] Updates Readme **Note: The following issues should still be addressed to show Additional data not...

reviewable

1. Added radar charts 2. Refactored existing code to make it simpler to add new charts

reviewable