@chartwerk/line-pod
TypeScript icon, indicating that this package has built-in type declarations

0.6.19 • Public • Published

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

Development

If you want to link core then clone it to same directory and then run

yarn link ../core

but don't add resolutions logic to package.json

then run

yarn install
yarn dev

Readme

Keywords

none

Package Sidebar

Install

npm i @chartwerk/line-pod

Weekly Downloads

21

Version

0.6.19

License

ISC

Unpacked Size

3.95 MB

Total Files

14

Last publish

Collaborators

  • vargburz
  • jonyrock
  • rozetko