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.
 
 
rozetko ff5973b106 Merge pull request 'updateData: update segments and markers' (#44) from update-segments-and-markers-on-update-data into main 10 months ago
.yarn/releases yarn migrate to 2 3 years ago
build add react component and build for that 12 months ago
examples onclick 11 months ago
react updateData: update segments and markers 10 months ago
src updateData: update segments and markers 10 months ago
.gitignore yarn migrate to 2 3 years ago
.yarnrc.yml yarn migrate to 2 3 years ago
LICENSE license + dep to core 3 years ago
README.md add node_resolutinos for linking case & update readme 12 months ago
package.json 0.6.13 10 months ago
tsconfig.json add react component and build for that 12 months ago
yarn.lock 0.6.19 core usdage 11 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>

Other examples

Static Chart

Live Chart

Vertical Chart

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