@svx/components
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@svx/components", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Svelte D3 Components. A port of React's Vx.", | ||
@@ -50,3 +50,2 @@ "svelte": "src/index.js", | ||
"@vx/curve": "^0.0.195", | ||
"@vx/mock-data": "^0.0.195", | ||
"@vx/scale": "^0.0.195", | ||
@@ -53,0 +52,0 @@ "d3-shape": "^1.3.7" |
### | ||
``` | ||
npm install --save @svx/components | ||
``` | ||
``` | ||
yarn add @svx/components | ||
``` | ||
Check demo charts for example |
@@ -9,11 +9,11 @@ /** | ||
import Group from './components/group/Group.svelte' | ||
import Group from './group/Group.svelte' | ||
import Bar from './components/shape/Bar.svelte' | ||
import Circle from './components/shape/Circle.svelte' | ||
import LinePath from './components/shape/LinePath.svelte' | ||
import Bar from './shape/Bar.svelte' | ||
import Circle from './shape/Circle.svelte' | ||
import LinePath from './shape/LinePath.svelte' | ||
import LinearGradient from './components/gradient/LinearGradient.svelte' | ||
import GradientPinkRed from './components/gradient/GradientPinkRed.svelte' | ||
import GradientTealBlue from './components/gradient/GradientTealBlue.svelte' | ||
import LinearGradient from './gradient/LinearGradient.svelte' | ||
import GradientPinkRed from './gradient/GradientPinkRed.svelte' | ||
import GradientTealBlue from './gradient/GradientTealBlue.svelte' | ||
@@ -20,0 +20,0 @@ const group = { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
12
6040
13
- Removed@vx/mock-data@^0.0.195
- Removed@types/d3-random@1.1.5(transitive)
- Removed@vx/mock-data@0.0.195(transitive)
- Removedd3-random@1.1.2(transitive)