# Chartwerk Line Pod ## Including ### Browser #### Script tag ```html ``` #### Example ```html
``` #### Other examples [Static Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo.html) [Live Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo_live.html) [Vertical Chart](https://code.corpglory.net/chartwerk/line-pod/src/branch/main/examples/demo_vertical.html) ### 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 ```