-**Updated!** New DataInterface for creating custom DataProviders.
- [JoinedDataTable](https://github.com/kevinkhill/lavacharts/blob/3.2/src/DataTables/JoinedDataTable.php) Is an example of one of the usages for DataInterface.
-[JoinedDataTable](https://github.com/kevinkhill/lavacharts/blob/4.0/src/DataTables/JoinedDataTable.php) Is an example of one of the usages for DataInterface.
-**Updated!**
- Lava.js Event handling now can be given context if the default of "window" doesn't work for you.
Loading
Loading
@@ -40,8 +40,8 @@ Dev:
- Events integration
- Column Formatters and Roles
- Framework Integrations for [Laravel](https://github.com/kevinkhill/lavacharts/blob/3.2/src/Laravel/LavachartsServiceProvider.php), [Symfony](https://github.com/kevinkhill/lavacharts/tree/3.2/src/Symfony/Bundle/Resources), [Angular](https://github.com/kevinkhill/lavacharts/blob/3.2/javascript/src/angular/LavaJsService.ts)
- Template Extensions for [Blade](https://github.com/kevinkhill/lavacharts/blob/3.2/src/Laravel/BladeTemplateExtensions.php), [Twig](https://github.com/kevinkhill/lavacharts/blob/3.2/src/Symfony/Bundle/Twig/LavachartsExtension.php)
- Framework Integrations for [Laravel](https://github.com/kevinkhill/lavacharts/blob/4.0/src/Laravel/LavachartsServiceProvider.php), [Symfony](https://github.com/kevinkhill/lavacharts/tree/4.0/src/Symfony/Bundle/Resources), [Angular](https://github.com/kevinkhill/lavacharts/blob/4.0/javascript/src/angular/LavaJsService.ts)
- Template Extensions for [Blade](https://github.com/kevinkhill/lavacharts/blob/4.0/src/Laravel/BladeTemplateExtensions.php), [Twig](https://github.com/kevinkhill/lavacharts/blob/4.0/src/Symfony/Bundle/Twig/LavachartsExtension.php)
-[Carbon](https://github.com/briannesbitt/Carbon) support for date/datetime/timeofday columns
Loading
Loading
@@ -58,7 +58,7 @@ Dev:
## Installing
In your project's main `composer.json` file, add this line to the requirements: