Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
I have others questions about options of excel export:
Is it possible to show values in charts ? For example, show percent values in a pie chart. If it's possible, the data formatting will be recovered from the options chart ?
About Cards, Are they managed in the excel export ?
For the 3D's chart, is it possible to specify 3D angle ?
Thanks
1 . Here're most of the current chart options:
BarChart::create(array(
...
'title' => 'Customer Sales by Quarter',
'xAxisTitle' => 'Customers',
'yAxisTitle' => 'Sales($)',
'stacked' => true,
'direction' => 'horizontal',
'layout' => [
'showValue' => true,
'showPercent' => true,
'showSerName' => true,
'showLeaderLines' => true,
'showBubbleSize' => true,
'showCatName' => true,
'showLegendKey' => true,
],
"legend" => [
"position" => 'r', // 'r', 'l', 't', 'b', 'tr'
],
));
2 . Card widget is not avaiblable yet, but you could use Text widget with excelStyle for similar purpose. Pls check our excel export example for the excel style array values.
3 . 3D chart's angle is an option yet.
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo