Skip to content

Commit 8f7af17

Browse files
authored
Merge pull request #560 from Ferlab-Ste-Justine/feat/FLUI-145
feat(chart): add venn diagram chart, delete unused graph
2 parents e3ac223 + 936daba commit 8f7af17

24 files changed

+1574
-1569
lines changed

packages/ui/package-lock.json

+911-161
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
"@testing-library/jest-dom": "^6.4.5",
4545
"@testing-library/react": "^16.0.0",
4646
"@types/classnames": "^2.2.11",
47+
"@types/d3": "^7.4.3",
4748
"@types/jest": "^29.2.3",
4849
"@types/lodash": "^4.14.168",
4950
"@types/md5": "^2.3.2",
@@ -103,14 +104,13 @@
103104
"@nivo/bar": "^0.87.0",
104105
"@nivo/core": "^0.87.0",
105106
"@nivo/pie": "^0.87.0",
106-
"@nivo/scatterplot": "^0.87.0",
107-
"@nivo/swarmplot": "^0.87.0",
108107
"@nivo/tooltip": "^0.87.0",
109108
"@react-spring/web": "^9.7.4",
110109
"antd-img-crop": "^4.2.4",
111110
"classnames": "^2.2.6",
112111
"command-line-args": "^5.1.1",
113112
"cross-spawn": "^7.0.3",
113+
"d3": "^7.9.0",
114114
"d3-svg-to-png": "^0.3.1",
115115
"history": "^4.9.0",
116116
"less": "^4.1.0",

packages/ui/src/components/Charts/ScatterPlot/Canvas/Layers/MarkerCanvasLayer.tsx

-78
This file was deleted.

packages/ui/src/components/Charts/ScatterPlot/Canvas/Layers/SelectBoxCanvasLayer.tsx

-105
This file was deleted.

packages/ui/src/components/Charts/ScatterPlot/Canvas/Layers/type.ts

-11
This file was deleted.

0 commit comments

Comments
 (0)