Chart in 3.0.10 is not showing using multiple sheets #3626
-
I'm currently creating multiple sheets and in each sheet there should be a Chart based on a certain condition
And this is the function to create the Charts
is this not possible? I couldn't update to the latest laravel-excel since this is a legacy code and if I upgrade it to 3.1, the changes are too big (due to library dependencies).. I'm currently upgrading from 2.1 to 3.0 for now. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
3.0 doesn't have support for charts like you are trying to use it, you'll have to be on the latest 3.1 version. The upgrade from 2.1 to 3.1 should be more or less the same size as to 3.0. The 3.1 release was mostly to add imports to the library, but has a couple of years of added small features and bug fixes in there. I wouldn't recommend using the 3.0, but go for 3.1 straight away. |
Beta Was this translation helpful? Give feedback.
-
I am using v3.1 and the problem still occurs under queue but works okay under download method. Here is my code: //Parent class
//Child class
// code on controller
How can I fix this when working with queues ? |
Beta Was this translation helpful? Give feedback.
3.0 doesn't have support for charts like you are trying to use it, you'll have to be on the latest 3.1 version. The upgrade from 2.1 to 3.1 should be more or less the same size as to 3.0. The 3.1 release was mostly to add imports to the library, but has a couple of years of added small features and bug fixes in there. I wouldn't recommend using the 3.0, but go for 3.1 straight away.