We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents edfc2d2 + ecd89ee commit e3ad64bCopy full SHA for e3ad64b
README.md
@@ -18,8 +18,7 @@ npm install lightweight-charts svelte-lightweight-charts
18
19
```svelte
20
<script>
21
- import Chart from "svelte-lightweight-charts/components/chart.svelte";
22
- import LineSeries from "svelte-lightweight-charts/components/line-series.svelte";
+ import { Chart, LineSeries } from "svelte-lightweight-charts";
23
const data = [
24
{ time: '2019-04-11', value: 80.01 },
25
{ time: '2019-04-12', value: 96.63 },
0 commit comments