svelte-tiny-linked-charts
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -30,2 +30,3 @@ /** @typedef {typeof __propDef.props} LinkedChartProps */ | ||
scaleMax?: number; | ||
scaleMin?: number; | ||
type?: string; | ||
@@ -76,2 +77,3 @@ lineColor?: string; | ||
scaleMax?: number; | ||
scaleMin?: number; | ||
type?: string; | ||
@@ -78,0 +80,0 @@ lineColor?: string; |
{ | ||
"name": "svelte-tiny-linked-charts", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
@@ -25,5 +25,3 @@ # Tiny Linked Charts for Svelte | ||
```js | ||
import LinkedChart from "svelte-tiny-linked-charts" | ||
import LinkedLabel from "svelte-tiny-linked-charts" | ||
import LinkedValue from "svelte-tiny-linked-charts" | ||
import { LinkedChart, LinkedLabel, LinkedValue } from "svelte-tiny-linked-charts" | ||
``` | ||
@@ -104,2 +102,3 @@ ```svelte | ||
scaleMax | 0 | Use this to overwrite the automatic scale set to the highest value in your array. | ||
scaleMax | 0 | Use this to overwrite the default value floor of 0. | ||
type | bar | Can be set to "line" to display a line chart instead. | ||
@@ -106,0 +105,0 @@ lineColor | fill | Color of the line if used with type="line". |
Sorry, the diff of this file is not supported yet
18526
159
121