File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ $state = $presentation->isMarkedAsFinal();
177
177
178
178
You can define the type of slideshow you can with the method ` setSlideshowType ` .
179
179
180
- ![ Slideshow type] ( /images/presentation_slideshow_type.png )
180
+ ![ Slideshow type] ( .. /images/presentation_slideshow_type.png)
181
181
182
182
Differents types are available:
183
183
Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ $barChart->setBarGrouping(Bar::GROUPING_PERCENTSTACKED);
374
374
| --------------------------------------------------------------------------- | ------------ | ---------------------------- |
375
375
| ![ Bar::GROUPING_CLUSTERED] ( ../../images/chart_columns_52x60.png ) | Grouped Bars | Bar::GROUPING_CLUSTERED |
376
376
| ![ Bar::GROUPING_STACKED] ( ../../images/chart_columnstack_52x60.png ) | Stacked Bars | Bar::GROUPING_STACKED |
377
- | ![ Bar::GROUPING_PERCENTSTACKED] ( ../../images/chart_columnpercent_52x60.png ) | Grouped Bars | Bar::GROUPING_PERCENTSTACKED |
377
+ | ![ Bar::GROUPING_PERCENTSTACKED] ( ../../images/chart_columnpercent_52x60.png ) | Stacked Bars 100% | Bar::GROUPING_PERCENTSTACKED |
378
378
379
379
### Line
380
380
You can’t perform that action at this time.
0 commit comments