Chartwerk Line Pod
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.
 
 
vargburz 903817cb9c apply yOriented series for line pod 1 year ago
.yarn/releases yarn migrate to 2 2 years ago
build upd core 2 years ago
examples apply yOriented series for line pod 1 year ago
src apply yOriented series for line pod 1 year ago
.gitignore yarn migrate to 2 2 years ago
.yarnrc.yml yarn migrate to 2 2 years ago
LICENSE license + dep to core 3 years ago
README.md #DOC [Readme] add browser including v2 2 years ago
package.json 0.6.6 2 years ago
tsconfig.json sync_f17792719872f5f68b08cceb863d14ceca28c477 3 years ago
yarn.lock apply yOriented series for line pod 1 year 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>

Other examples

Static Chart

Live Chart

Vertical Chart