Manuel Donini
Manuel Donini
Hello, I tried to plot a bar chart with multiple series, each of those have a different timeline. I needed to use `$this->chart->barChart()->setXAxis(['type' => 'datetime'])` but I cannot because in...
Currently, if you set an option default value to `null` in your `config/option.php` file, every time you activate the plugin the value of that option is deleted, whatever the current...
* Catch also translation strings with parameters * Fix: catch also white spaces or line breaks outside the translation string I changed the regex to catch translation string with parameters...