You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rozetko
e20882a9c6
|
12 months ago | |
---|---|---|
.yarn/releases | 2 years ago | |
packages | 12 months ago | |
.gitignore | 2 years ago | |
.yarnrc.yml | 2 years ago | |
README.md | 2 years ago | |
package.json | 12 months ago | |
yarn.lock | 12 months ago |
README.md
Chartwerk Line Pod
Including
Browser
Script tag
<script src="https://unpkg.com/@chartwerk/line-pod@latest/dist/index.dev.js" type="text/javascript"></script>
Example
<div id="line-chart" class="chart-block" style="width: 100%; height: 400px;"></div>
<script src="https://unpkg.com/@chartwerk/line-pod@latest/dist/index.dev.js" type="text/javascript"></script>
<script>
new LinePod(document.getElementById('yourDivId', yourData, yourOptions)).render();
</script>