svelte-tiny-linked-charts
Advanced tools
Comparing version 1.4.1 to 1.4.2
{ | ||
"name": "svelte-tiny-linked-charts", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"scripts": { | ||
@@ -56,15 +56,15 @@ "dev": "vite dev", | ||
"description": "A library to display tiny bar charts using Svelte. These charts are more so meant for graphic aids, rather than scientific representations. There's no axis labels, no extensive data visualisation, just bars.", | ||
"keywords": [ | ||
"svelte", | ||
"tiny", | ||
"charts", | ||
"linked", | ||
"linked-charts", | ||
"tiny-linked-charts" | ||
], | ||
"keywords": [ | ||
"svelte", | ||
"tiny", | ||
"charts", | ||
"linked", | ||
"linked-charts", | ||
"tiny-linked-charts" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Mitcheljager/svelte-tiny-linked-charts" | ||
}, | ||
"homepage": "https://mitcheljager.github.io/svelte-tiny-linked-charts/" | ||
"type": "git", | ||
"url": "https://github.com/Mitcheljager/svelte-tiny-linked-charts" | ||
}, | ||
"homepage": "https://mitcheljager.github.io/svelte-tiny-linked-charts/" | ||
} |
@@ -7,3 +7,3 @@ # Tiny Linked Charts for Svelte | ||
[![MadeWithSvelte.com shield](https://madewithsvelte.com/storage/repo-shields/3278-shield.svg)](https://madewithsvelte.com/p/tiny-linked-charts/shield-link) | ||
[![bundle size](https://badgen.net/bundlephobia/minzip/svelte-tiny-linked-charts)](https://bundlephobia.com/package/svelte-tiny-linked-charts) | ||
[![bundle size](https://img.shields.io/bundlephobia/minzip/svelte-tiny-linked-charts)](https://bundlephobia.com/package/svelte-tiny-linked-charts) | ||
@@ -26,3 +26,5 @@ This is a library to display tiny bar charts. These charts are more so meant for graphic aids, rather than scientific representations. There's no axis labels, no extensive data visualisation, just bars. | ||
```js | ||
import { LinkedChart, LinkedLabel, LinkedValue } from "svelte-tiny-linked-charts" | ||
import LinkedChart from "svelte-tiny-linked-charts" | ||
import LinkedLabel from "svelte-tiny-linked-charts" | ||
import LinkedValue from "svelte-tiny-linked-charts" | ||
``` | ||
@@ -29,0 +31,0 @@ ```svelte |
Sorry, the diff of this file is not supported yet
122
18336