<-- short description -->.
<-- long description -->.
Check out the examples:
import __my_global_var_name__ from '__my_module_name__';or using a script tag
<script src="//unpkg.com/__my_module_name__"></script>then
const myGraph = __my_global_var_name__();
myGraph(<myDOMElement>)
.prop(...);| Method | Description | Default |
|---|---|---|
| data([array]) | Getter/setter for element data. | [] |

