svelte-tiny-linked-charts
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "svelte-tiny-linked-charts", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -84,2 +84,3 @@ # Tiny Linked Charts for Svelte | ||
valueDefault | "\ " | Default value when not hovering. | ||
valueUndefined | 0 | For when the hovering value returns undefined. | ||
valuePrepend | | String to prepend the value. | ||
@@ -91,2 +92,4 @@ valueAppend | | String to append to the value. | ||
lineColor | fill | Color of the line if used with type="line". | ||
tabindex | -1 | Sets the tabindex of each bar. | ||
dispatchEvents | false | Boolean whether or not to dispatch events on certain actions. | ||
@@ -104,1 +107,2 @@ `<LinkedLabel />` component. | ||
empty | \ | String that will be displayed when no bar is being hovered. | ||
valueUndefined | 0 | For when the hovering value returns undefined. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11557
106