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 5ea269e commit 2e17e59Copy full SHA for 2e17e59
README.md
@@ -111,13 +111,15 @@ Example :
111
The ZingChart Component takes the following attributes:
112
113
114
-### _id_ [string] ```(required)```
+### _id_ [string] ```(optional)```
115
The id for the DOM element for ZingChart to attach to.
116
##### Example:
117
```html
118
<zingchart id="chart-1"></zingchart>
119
```
120
121
+If no id is specified, the id will be autogenerated in the form of `zingchart-auto-#`
122
+
123
---
124
125
0 commit comments