A fast, lightweight Vue component library for rendering highly customizable financial charts using TradingView’s Lightweight-charts API
To install the library, you can use npm, pnpm or yarn:
npm install lightweight-charts-vue lightweight-charts
To use the library as a standalone script, you can include it in your HTML file:
<script type="module">
import { createApp } from 'https://unpkg.com/vue@3/dist/vue.esm-browser.js';
import { LightweightChartsVue } from 'https://unpkg.com/some-vue-component-lib/dist/index.esm.js';
const app = createApp({});
app.use(LightweightChartsVue);
app.mount('#app');
</script>
tbd
tbd
tbd
tbd
We welcome contributions of all kinds! Whether it’s fixing bugs, adding new features, improving examples, or suggesting ideas - your help is greatly appreciated.
For detailed contribution guidelines, please check out our CONTRIBUTING.md Thank you for helping improve this project!
For a detailed list of changes, please refer to the CHANGELOG.md file.
This project is licensed under the MIT License - see the LICENSE file for details.