-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php artisan migrate #4
Comments
Your component is amazing ! I would like to include a widget that is based on ChartJS component, but I don't exactly know how to do it. I'm not bad in Laravel, but not good at VueJS. I would love to make a PR, but I don't know if I have the skills... Let me try ! |
Ooops! yeah I forgot the migration!... thanks for the reminder I will update it.. Im working on a chart widget right now actually... it is super easy to make widgets.. You can copy and paste this one as a starting point: https://github.com/dcasia/value-widget |
Would be awesome to see a working chart widget as sample! |
https://github.com/dcasia/chartjs-widget this is still a work in progress... |
I think Im done! ... created a barchart and a line chart.. pie/radial will make later... now the only thing left is to write the docs... which is the hardest part of this job.... Any feedback is welcome.. I have added a basic readme with a simple example of how to use: https://github.com/dcasia/chartjs-widget |
I will give it a try tomorrow ! |
this is not so simple without proper docs :/ |
I tried it once more. I could implement a custom value card. Now, with chartJS, I get:
This make a reference to :
What I did:
Copy paste the new Widget, and added it in my view with :
Is there some mandatory properties ? |
Hi , Could not check compatibility between App\Nova\Dashboards\Widgets\SampleLineChart::resolveValue(Illuminate\Support\Collection $options, DigitalCreative\NovaDashboard\Filters $filters): DigitalCreative\ChartJsWidget\ValueResult and DigitalCreative\NovaDashboard\Widget::resolveValue(Illuminate\Support\Collection $options, DigitalCreative\NovaDashboard\Filters $filters): DigitalCreative\NovaDashboard\ValueResult, because class DigitalCreative\ChartJsWidget\ValueResult is not available |
You forgot this line in README. Quite important !
The text was updated successfully, but these errors were encountered: