Open dennisschott opened 10 months ago
I am going to work on it, thanks
in the script.blade.php you can deactivate it with:
{
chart: {
animations: {
enabled: false,
}
}
}
@ArielMejiaDev if you dont have the time, just tell me and I build a pull request.
@zwhhz a PR for this feature should be welcome, thanks
I will do that after merging the pull request of #78 cause I get merge conflicts at the work.
Hey guys, is it possible to disable the chart animations? Can't find anything in the docs or source code.
I published a fork of the project some days ago and have done some codestyle, bugfixed ect. I included the configuration or disabling of the animation:
https://github.com/marineusde/larapex-charts
Example:
$chart = (new BarChart)
>setChartAnimationOption(new ChartAnimationOption(false));
Hey guys, is it possible to disable the chart animations? Can't find anything in the docs or source code.