Skip to content

Commit fc5274e

Browse files
authored
Merge pull request #668 from mindline-analytics/fix-docs-misc
Fixed docs image paths/ corrected typo
2 parents 6a57c84 + 1abdf6c commit fc5274e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage/presentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ $state = $presentation->isMarkedAsFinal();
177177

178178
You can define the type of slideshow you can with the method `setSlideshowType`.
179179

180-
![Slideshow type](/images/presentation_slideshow_type.png)
180+
![Slideshow type](../images/presentation_slideshow_type.png)
181181

182182
Differents types are available:
183183

docs/usage/shapes/chart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ $barChart->setBarGrouping(Bar::GROUPING_PERCENTSTACKED);
374374
| --------------------------------------------------------------------------- | ------------ | ---------------------------- |
375375
| ![Bar::GROUPING_CLUSTERED](../../images/chart_columns_52x60.png) | Grouped Bars | Bar::GROUPING_CLUSTERED |
376376
| ![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 |
378378

379379
### Line
380380

0 commit comments

Comments
 (0)