Skip to content

Commit

Permalink
extract kernel smoothing as extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaffuri committed Jul 11, 2023
1 parent 2908ae0 commit 3a405d2
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 471 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
"d3-geo": "^3.0.1",
"d3-random": "^3.0.1",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"fast-kde": "^0.2.1"
"d3-zoom": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
Expand Down
3 changes: 0 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ export { JoyPlotStyle } from './style/JoyPlotStyle.js'
export { CompositionStyle } from './style/CompositionStyle.js'
export { SegmentStyle } from './style/SegmentStyle.js'
export { TextStyle } from './style/TextStyle.js'
export { KernelSmoothingStyle } from './style/KernelSmoothingStyle.js'
//export { KernelSmoothingOldStyle } from "./style/KernelSmoothingStyle"
//export { KernelSmoothingWGLStyle } from "./style/KernelSmoothingStyle"
export { PillarStyle } from './style/PillarStyle.js'
export { SideStyle } from './style/SideStyle.js'
export { ContourStyle } from './style/ContourStyle.js'
Expand Down
221 changes: 0 additions & 221 deletions src/style/KernelSmoothingOldStyle.js

This file was deleted.

115 changes: 0 additions & 115 deletions src/style/KernelSmoothingStyle.js

This file was deleted.

Loading

0 comments on commit 3a405d2

Please sign in to comment.