We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ec2c4 commit 3ea2417Copy full SHA for 3ea2417
README.md
@@ -43,7 +43,7 @@ HTML area chart element done with ApexChart
43
SeriesColor: ["#ee730d","#1183e8"]
44
```
45
46
- - **SeriesLabels** : Flag to hide or show (False / True) the labels on the series (i.e. "True")
+ - **SeriesLabels** : Flag to hide or show (False / True) the labels on the series (i.e. true)
47
48
- **LineType** : Draw smooth lines or straight lines (i.e. "Smooth")
49
### **3. EVENTS**
@@ -66,7 +66,7 @@ HTML area chart element done with ApexChart
66
DataName: ["Max °C", "Min °C"],
67
X_axisname: 'Days',
68
Y_axisname: 'Temperatures',
69
- SeriesLabels: 'True',
+ SeriesLabels: true,
70
LineType: 'smooth'
71
};
72
0 commit comments