Skip to content

Commit 3ea2417

Browse files
committed
update for usage
1 parent 97ec2c4 commit 3ea2417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ HTML area chart element done with ApexChart
4343
SeriesColor: ["#ee730d","#1183e8"]
4444
```
4545

46-
- **SeriesLabels** : Flag to hide or show (False / True) the labels on the series (i.e. "True")
46+
- **SeriesLabels** : Flag to hide or show (False / True) the labels on the series (i.e. true)
4747

4848
- **LineType** : Draw smooth lines or straight lines (i.e. "Smooth")
4949
### **3. EVENTS**
@@ -66,7 +66,7 @@ HTML area chart element done with ApexChart
6666
DataName: ["Max °C", "Min °C"],
6767
X_axisname: 'Days',
6868
Y_axisname: 'Temperatures',
69-
SeriesLabels: 'True',
69+
SeriesLabels: true,
7070
LineType: 'smooth'
7171
};
7272
```

0 commit comments

Comments
 (0)