Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

marineusde/larapex-charts

almirb created a comment on an issue on marineusde/larapex-charts
Hi! I created a PR ( #33 ) to fix this and also add `dropShadow` support. See you!

View on GitHub

almirb opened a pull request on marineusde/larapex-charts
[FEATURE] Add Support for `dropShadow` with Flexible Color Options and Fix GridOption
#### Summary This PR introduces the following key changes to the `LarapexChart` class: 1. **Enhanced `dropShadow` Functionality**: - The `dropShadow` configuration in ApexCharts now support...
almirb starred marineusde/larapex-charts
almirb opened an issue on marineusde/larapex-charts
Set GridOption is not working
Hi! I detected a issue while setting grid lines on and off... The actual code of the file `GridOption.php` `toArray()` function is: ```php public function toArray(): array { $...