Skip to content

Commit

Permalink
Fix readme line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
maantje committed Jan 19, 2025
1 parent 03333d0 commit a16bf37
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,27 @@ composer require maantje/charts
Below are some examples of the types of charts you can create using this library. Click on the links to view the source code for each example.

### Simple line chart
![alt text](./examples/output/simple-line-chart.svg)
![alt text](./examples/output/simple-line-chart.svg)
[View source](./examples/simple-line-chart.php)

### Simple bar chart
![alt text](./examples/output/simple-bar-chart.svg)
![alt text](./examples/output/simple-bar-chart.svg)
[View source](./examples/simple-bar-chart.php)

### Simple stacked chart
![alt text](./examples/output/simple-stacked-bar-chart.svg)
![alt text](./examples/output/simple-stacked-bar-chart.svg)
[View source](./examples/simple-stacked-bar-chart.php)

### Advanced line charts
![alt text](./examples/output/advanced-line-chart.svg)
![alt text](./examples/output/advanced-line-chart.svg)
[View source](./examples/advanced-line-chart.php)

### Advanced bar chart
![alt text](./examples/output/advanced-bar-chart.svg)
![alt text](./examples/output/advanced-bar-chart.svg)
[View source](./examples/advanced-bar-chart.php)

### Mixed chart
![alt text](./examples/output/mixed-chart.svg)
![alt text](./examples/output/mixed-chart.svg)
[View source](./examples/mixed-chart.php)

### Pie chart
Expand Down

0 comments on commit a16bf37

Please sign in to comment.