Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 3387160

Browse files
authored
Merge pull request #4 from brysonreece/patch-1
Fixed README headings
2 parents 94da763 + cf14879 commit 3387160

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
This package offers simple and easy integration of google charts with laravel .
99

10-
##Features:
10+
## Features:
1111
-Fast and simple . Also you can provide Google chart options to documneted on google Chart API by creating a multidiemsional PHP array.
1212
- Multiple Chart of same and different types can be loaded on same page.
1313

@@ -143,7 +143,7 @@ $options = [
143143

144144

145145

146-
##Bar chart
146+
## Bar chart
147147
``` php
148148

149149

@@ -186,7 +186,7 @@ blade.php file code
186186
```
187187

188188

189-
##Coloring bar chart
189+
## Coloring bar chart
190190
``` php
191191
$options = [
192192
'title' => 'Population of Largest U.S. Cities',
@@ -227,7 +227,7 @@ blade.php file code
227227

228228
229229

230-
##Stacaked Bar Chart
230+
## Stacked Bar Chart
231231
``` php
232232
$options = [
233233
'width' => 800,
@@ -306,7 +306,7 @@ blade.php file code
306306

307307

308308

309-
##Candlestick charts
309+
## Candlestick charts
310310
``` php
311311

312312
$rows = [
@@ -342,7 +342,7 @@ blade.php file code
342342

343343

344344

345-
##Waterfall charts
345+
## Waterfall charts
346346

347347
``` php
348348
$rows = [
@@ -387,7 +387,7 @@ blade.php file code
387387

388388

389389

390-
##Combo Chart
390+
## Combo Chart
391391

392392
``` php
393393
$cols = ['Month', 'Bolivia', 'Ecuador', 'Madagascar', 'Papua New Guinea', 'Rwanda', 'Average'];
@@ -428,7 +428,7 @@ blade.php file code
428428

429429

430430

431-
##Pie Chart
431+
## Pie Chart
432432
433433
``` php
434434
$cols = ['Major', 'Degrees'];
@@ -457,7 +457,7 @@ blade.php file code
457457

458458

459459

460-
##3D Pie Chart
460+
## 3D Pie Chart
461461
``` php
462462
$cols = ['Major', 'Degrees'];
463463
$rows = [
@@ -486,7 +486,7 @@ blade.php file code
486486
```
487487

488488

489-
##ScatterChart
489+
## ScatterChart
490490

491491
``` php
492492
$cols = ['Age', 'Weight'];
@@ -528,7 +528,7 @@ blade.php file code
528528
```
529529

530530

531-
##Stepped Chart
531+
## Stepped Chart
532532
``` php
533533
$cols = ['Director (Year)', 'Rotten Tomatoes', 'IMDB'];
534534
$rows = [
@@ -559,7 +559,7 @@ blade.php file code
559559
560560
```
561561

562-
##Tree Map Charts
562+
## Tree Map Charts
563563

564564
``` php
565565
$cols = ['Location', 'Parent', 'Market trade volume (size)', 'Market increase/decrease (color)'];
@@ -618,7 +618,7 @@ blade.php file code
618618
619619
```
620620

621-
##Scatter Chart
621+
## Scatter Chart
622622
``` php
623623
$cols = ['Diameter', 'Age'];
624624
$rows = [
@@ -660,7 +660,7 @@ blade.php file code
660660

661661

662662

663-
##Word tree charts
663+
## Word tree charts
664664
``` php
665665
$cols = ['Phrases'];
666666
$rows = [

0 commit comments

Comments
 (0)