@carbon/charts 0.41.96 → 0.41.99

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/build/src/components/axes/toolbar.d.ts +2 -2
  3. package/build/src/components/axes/zoom-bar.d.ts +1 -1
  4. package/build/src/components/essentials/threshold.d.ts +4 -1
  5. package/build/src/components/graphs/area-stacked.d.ts +0 -1
  6. package/build/src/interfaces/axis-scales.d.ts +2 -2
  7. package/build/src/model.d.ts +1 -4
  8. package/build/src/services/essentials/transitions.d.ts +8 -1
  9. package/build/src/tools.d.ts +2 -2
  10. package/bundle.js +1 -1
  11. package/components/axes/axis.js +28 -7
  12. package/components/axes/axis.js.map +1 -1
  13. package/components/axes/grid-brush.js +9 -5
  14. package/components/axes/grid-brush.js.map +1 -1
  15. package/components/axes/grid.js +20 -4
  16. package/components/axes/grid.js.map +1 -1
  17. package/components/axes/ruler.js +11 -14
  18. package/components/axes/ruler.js.map +1 -1
  19. package/components/axes/toolbar.d.ts +2 -2
  20. package/components/axes/toolbar.js +5 -5
  21. package/components/axes/toolbar.js.map +1 -1
  22. package/components/axes/zero-line.js +9 -1
  23. package/components/axes/zero-line.js.map +1 -1
  24. package/components/axes/zoom-bar.d.ts +1 -1
  25. package/components/axes/zoom-bar.js +4 -5
  26. package/components/axes/zoom-bar.js.map +1 -1
  27. package/components/essentials/legend.js +11 -7
  28. package/components/essentials/legend.js.map +1 -1
  29. package/components/essentials/threshold.d.ts +4 -1
  30. package/components/essentials/threshold.js +30 -9
  31. package/components/essentials/threshold.js.map +1 -1
  32. package/components/essentials/title.js +12 -6
  33. package/components/essentials/title.js.map +1 -1
  34. package/components/essentials/tooltip.js +5 -2
  35. package/components/essentials/tooltip.js.map +1 -1
  36. package/components/graphs/area-stacked.d.ts +0 -1
  37. package/components/graphs/area-stacked.js +8 -9
  38. package/components/graphs/area-stacked.js.map +1 -1
  39. package/components/graphs/area.js +8 -6
  40. package/components/graphs/area.js.map +1 -1
  41. package/components/graphs/bar-grouped.js +33 -10
  42. package/components/graphs/bar-grouped.js.map +1 -1
  43. package/components/graphs/bar-simple.js +20 -7
  44. package/components/graphs/bar-simple.js.map +1 -1
  45. package/components/graphs/bar-stacked.js +20 -6
  46. package/components/graphs/bar-stacked.js.map +1 -1
  47. package/components/graphs/boxplot.js +80 -17
  48. package/components/graphs/boxplot.js.map +1 -1
  49. package/components/graphs/bubble.js +8 -1
  50. package/components/graphs/bubble.js.map +1 -1
  51. package/components/graphs/bullet.js +45 -10
  52. package/components/graphs/bullet.js.map +1 -1
  53. package/components/graphs/circle-pack.js +13 -6
  54. package/components/graphs/circle-pack.js.map +1 -1
  55. package/components/graphs/donut.js +9 -1
  56. package/components/graphs/donut.js.map +1 -1
  57. package/components/graphs/gauge.js +8 -4
  58. package/components/graphs/gauge.js.map +1 -1
  59. package/components/graphs/line.js +9 -7
  60. package/components/graphs/line.js.map +1 -1
  61. package/components/graphs/lollipop.js +8 -6
  62. package/components/graphs/lollipop.js.map +1 -1
  63. package/components/graphs/meter.js +16 -2
  64. package/components/graphs/meter.js.map +1 -1
  65. package/components/graphs/pie.js +23 -8
  66. package/components/graphs/pie.js.map +1 -1
  67. package/components/graphs/radar.js +12 -5
  68. package/components/graphs/radar.js.map +1 -1
  69. package/components/graphs/scatter.js +20 -6
  70. package/components/graphs/scatter.js.map +1 -1
  71. package/components/graphs/treemap.js +28 -7
  72. package/components/graphs/treemap.js.map +1 -1
  73. package/components/graphs/wordcloud.js +11 -5
  74. package/components/graphs/wordcloud.js.map +1 -1
  75. package/demo/data/bundle.js +1 -1
  76. package/demo/data/line.js +1 -1
  77. package/demo/data/line.js.map +1 -1
  78. package/demo/tsconfig.tsbuildinfo +2 -673
  79. package/interfaces/axis-scales.d.ts +2 -2
  80. package/interfaces/axis-scales.js.map +1 -1
  81. package/model.d.ts +1 -4
  82. package/model.js +4 -5
  83. package/model.js.map +1 -1
  84. package/package.json +4 -4
  85. package/services/essentials/transitions.d.ts +8 -1
  86. package/services/essentials/transitions.js +13 -1
  87. package/services/essentials/transitions.js.map +1 -1
  88. package/services/scales-cartesian.js +2 -3
  89. package/services/scales-cartesian.js.map +1 -1
  90. package/tools.d.ts +2 -2
  91. package/tools.js +11 -5
  92. package/tools.js.map +1 -1
  93. package/tsconfig.tsbuildinfo +192 -625
@@ -149,136 +149,12 @@
149
149
  "version": "829b5bce144ea2f835021047e37ab51f821a90432e23f75932e92caecdef8e6e",
150
150
  "signature": "835715dcde95fe8b2dcec159736d2b971fa87d8c3f3868a82740d4668750359d"
151
151
  },
152
- "../../../../node_modules/@types/d3-array/index.d.ts": {
153
- "version": "f5b8f86da74b4bfb29f85a631b725a47c8a3ab6c4ce91537e5b176bbe0cd0a7a",
154
- "signature": "f5b8f86da74b4bfb29f85a631b725a47c8a3ab6c4ce91537e5b176bbe0cd0a7a"
155
- },
156
- "../../../../node_modules/@types/d3-selection/index.d.ts": {
157
- "version": "8222d0ec458ceea0ff26a35107920f8e9e7def4a3b1aaee209c66e2023862d29",
158
- "signature": "8222d0ec458ceea0ff26a35107920f8e9e7def4a3b1aaee209c66e2023862d29"
159
- },
160
- "../../../../node_modules/@types/d3-axis/index.d.ts": {
161
- "version": "b3393902df89f63a8da74a8003ee951164b2556608d256c248d6d79510becbb2",
162
- "signature": "b3393902df89f63a8da74a8003ee951164b2556608d256c248d6d79510becbb2"
163
- },
164
- "../../../../node_modules/@types/d3-brush/index.d.ts": {
165
- "version": "f17c47ca8de9eaf471e42a1fd68983be626e978a641e1f712bf3388d11eb3ace",
166
- "signature": "f17c47ca8de9eaf471e42a1fd68983be626e978a641e1f712bf3388d11eb3ace"
167
- },
168
- "../../../../node_modules/@types/d3-chord/index.d.ts": {
169
- "version": "e0553521db21d59162f94c743ce5a01111f87054dd05073397b1afa521933712",
170
- "signature": "e0553521db21d59162f94c743ce5a01111f87054dd05073397b1afa521933712"
171
- },
172
- "../../../../node_modules/@types/d3-collection/index.d.ts": {
173
- "version": "8a346460b1d6d5a9352d714846f85e226ec112ad10c8af4f399c236000aef940",
174
- "signature": "8a346460b1d6d5a9352d714846f85e226ec112ad10c8af4f399c236000aef940"
175
- },
176
- "../../../../node_modules/@types/d3-color/index.d.ts": {
177
- "version": "c38519602c734d3d00e673ecf3f91471fd66fc576bd9b01a7f823e89fa2de494",
178
- "signature": "c38519602c734d3d00e673ecf3f91471fd66fc576bd9b01a7f823e89fa2de494"
179
- },
180
- "../../../../node_modules/@types/d3-dispatch/index.d.ts": {
181
- "version": "9d9beda66a233c07fc56f8674eaeabd852c8d51d53ac1676d6f4eda8e446f0b0",
182
- "signature": "9d9beda66a233c07fc56f8674eaeabd852c8d51d53ac1676d6f4eda8e446f0b0"
183
- },
184
- "../../../../node_modules/@types/d3-drag/index.d.ts": {
185
- "version": "f23788a9388d6e4ef95ae65e950820d481ab41e6ea8435db4df6c5767f0142d5",
186
- "signature": "f23788a9388d6e4ef95ae65e950820d481ab41e6ea8435db4df6c5767f0142d5"
187
- },
188
- "../../../../node_modules/@types/d3-dsv/index.d.ts": {
189
- "version": "8859f679cdb1ded54776f91d2526f98acb42dd210d5496de83e197f6e618ecb4",
190
- "signature": "8859f679cdb1ded54776f91d2526f98acb42dd210d5496de83e197f6e618ecb4"
191
- },
192
- "../../../../node_modules/@types/d3-ease/index.d.ts": {
193
- "version": "10967c128101cfdb8f70b9bc8d53c23919c8dfc0699753d22258262cf34f38d7",
194
- "signature": "10967c128101cfdb8f70b9bc8d53c23919c8dfc0699753d22258262cf34f38d7"
195
- },
196
- "../../../../node_modules/@types/d3-force/index.d.ts": {
197
- "version": "b1b5ca870de7a254f27d33bf48a642a1d85e3073f3866611d0f67cba9b48e3d9",
198
- "signature": "b1b5ca870de7a254f27d33bf48a642a1d85e3073f3866611d0f67cba9b48e3d9"
199
- },
200
- "../../../../node_modules/@types/d3-format/index.d.ts": {
201
- "version": "958d05d020f515046e5166880ff423e81d26c32f0974a4e550691613b565b5cd",
202
- "signature": "958d05d020f515046e5166880ff423e81d26c32f0974a4e550691613b565b5cd"
203
- },
204
- "../../../../node_modules/@types/geojson/index.d.ts": {
205
- "version": "3a68b9e1129584f9e42f615b56926b0d2c1d22746e9c4689faf48d0e9749536a",
206
- "signature": "3a68b9e1129584f9e42f615b56926b0d2c1d22746e9c4689faf48d0e9749536a"
207
- },
208
- "../../../../node_modules/@types/d3-geo/index.d.ts": {
209
- "version": "279deeba7779cb1615a0e502efffaa53dd9488b8361ab81d2d1ddb37de22b5f9",
210
- "signature": "279deeba7779cb1615a0e502efffaa53dd9488b8361ab81d2d1ddb37de22b5f9"
211
- },
212
- "../../../../node_modules/@types/d3-hierarchy/index.d.ts": {
213
- "version": "5ec74dd28eba5f3336460d6e87ead09b81ff6b6d7b63fae3a73ef5e3d69b3b81",
214
- "signature": "5ec74dd28eba5f3336460d6e87ead09b81ff6b6d7b63fae3a73ef5e3d69b3b81"
215
- },
216
- "../../../../node_modules/@types/d3-interpolate/index.d.ts": {
217
- "version": "3f334008cdefb90399f7a0ba3f213fe0941c6536da30eb38655f0ed714971772",
218
- "signature": "3f334008cdefb90399f7a0ba3f213fe0941c6536da30eb38655f0ed714971772"
219
- },
220
- "../../../../node_modules/@types/d3-path/index.d.ts": {
221
- "version": "dc28b2651d38dbee104d84eb42eed4dde35bcfcef6d9ff29c8dc0fa2064c421f",
222
- "signature": "dc28b2651d38dbee104d84eb42eed4dde35bcfcef6d9ff29c8dc0fa2064c421f"
223
- },
224
- "../../../../node_modules/@types/d3-polygon/index.d.ts": {
225
- "version": "76d13d1130e16361517616c16bf1329692ef1cbb5eee980eaf27e00dae6d7cb9",
226
- "signature": "76d13d1130e16361517616c16bf1329692ef1cbb5eee980eaf27e00dae6d7cb9"
227
- },
228
- "../../../../node_modules/@types/d3-quadtree/index.d.ts": {
229
- "version": "ceb2fe17714bdda02bd4d81f8e8ff42a0334478461a920e10c8b5afd9fa924ef",
230
- "signature": "ceb2fe17714bdda02bd4d81f8e8ff42a0334478461a920e10c8b5afd9fa924ef"
231
- },
232
- "../../../../node_modules/@types/d3-queue/index.d.ts": {
233
- "version": "1c36c382d0f90fb90172d0a09bc28fcab965a519eaa214ae2c16718aaba46d66",
234
- "signature": "1c36c382d0f90fb90172d0a09bc28fcab965a519eaa214ae2c16718aaba46d66"
235
- },
236
- "../../../../node_modules/@types/d3-random/index.d.ts": {
237
- "version": "ea602f803890d64c4e0c71fbedc3fa34d952b7528f022a208d3320778fd37fd3",
238
- "signature": "ea602f803890d64c4e0c71fbedc3fa34d952b7528f022a208d3320778fd37fd3"
239
- },
240
- "../../../../node_modules/@types/d3-request/index.d.ts": {
241
- "version": "b6f5e8152eb5f748bc15ea449474497a39a5a8f46de37f46d8fbe57b18d2eb9a",
242
- "signature": "b6f5e8152eb5f748bc15ea449474497a39a5a8f46de37f46d8fbe57b18d2eb9a"
243
- },
244
- "../../../../node_modules/@types/d3-time/index.d.ts": {
245
- "version": "12d6c51fce1fbce03a4536f5bdf818eefa702ac214809d958aabc9544d12e944",
246
- "signature": "12d6c51fce1fbce03a4536f5bdf818eefa702ac214809d958aabc9544d12e944"
247
- },
248
- "../../../../node_modules/@types/d3-scale/index.d.ts": {
249
- "version": "28025a708485a7fa619a78717cdcb799975d5628a3ef7c5a5fca31f5ef7197ce",
250
- "signature": "28025a708485a7fa619a78717cdcb799975d5628a3ef7c5a5fca31f5ef7197ce"
251
- },
252
- "../../../../node_modules/@types/d3-shape/index.d.ts": {
253
- "version": "0e3e81163b8560e5cf094a3957ed8e8ef46e38c274a0889df30c982d243046a6",
254
- "signature": "0e3e81163b8560e5cf094a3957ed8e8ef46e38c274a0889df30c982d243046a6"
255
- },
256
152
  "../../../../node_modules/@types/d3-time-format/index.d.ts": {
257
153
  "version": "2d1e2ab4c35296ccd2ee425603ff93de7af2b5be11243e7055ea74ae4e1e1331",
258
154
  "signature": "2d1e2ab4c35296ccd2ee425603ff93de7af2b5be11243e7055ea74ae4e1e1331"
259
155
  },
260
- "../../../../node_modules/@types/d3-timer/index.d.ts": {
261
- "version": "19a19221aa9bc2c306083af7568cbb6bd69fcd4477f0531a613f688401631051",
262
- "signature": "19a19221aa9bc2c306083af7568cbb6bd69fcd4477f0531a613f688401631051"
263
- },
264
- "../../../../node_modules/@types/d3-transition/index.d.ts": {
265
- "version": "871d4dd264e34a1841d185656241dbf2d0c377c2d9de0e089af0b9c39ca03512",
266
- "signature": "871d4dd264e34a1841d185656241dbf2d0c377c2d9de0e089af0b9c39ca03512"
267
- },
268
- "../../../../node_modules/@types/d3-voronoi/index.d.ts": {
269
- "version": "b1201f38a73b5f19c6f1a636da960c4a45ee7b85d1e59a854df180fdb9d4df93",
270
- "signature": "b1201f38a73b5f19c6f1a636da960c4a45ee7b85d1e59a854df180fdb9d4df93"
271
- },
272
- "../../../../node_modules/@types/d3-zoom/index.d.ts": {
273
- "version": "589e6be701178f66bcdac56b86e11bd3451e64173f5b2b2e705d9b07fddb3165",
274
- "signature": "589e6be701178f66bcdac56b86e11bd3451e64173f5b2b2e705d9b07fddb3165"
275
- },
276
- "../../../../node_modules/@types/d3/index.d.ts": {
277
- "version": "ff07d0e1e23dcc09b7868c330f7d1a554357c1ed2ec211b90dc4f4fbc406cd77",
278
- "signature": "ff07d0e1e23dcc09b7868c330f7d1a554357c1ed2ec211b90dc4f4fbc406cd77"
279
- },
280
156
  "../../demo/data/line.ts": {
281
- "version": "5402e69ad0ce8d8aa52f57f4c8a2c2b70ad30737cb66094a097d71983642b2cf",
157
+ "version": "f0f4e9cb397e5acecc71592c585810b7b9abdbdb70d1be9816f5d3920f99d903",
282
158
  "signature": "83faca010c88a9390fd27ebac7674a06ef0456131e1d3e3bf6b7e92b96f0824c"
283
159
  },
284
160
  "../../demo/data/bubble.ts": {
@@ -848,196 +724,6 @@
848
724
  "../../node_modules/@types/node/util.d.ts",
849
725
  "../../node_modules/@types/node/ts3.2/util.d.ts"
850
726
  ],
851
- "../../../../node_modules/@types/d3-array/index.d.ts": [
852
- "../../../../node_modules/date-fns/typings.d.ts",
853
- "../../node_modules/@types/node/fs.d.ts",
854
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
855
- "../../node_modules/@types/node/util.d.ts",
856
- "../../node_modules/@types/node/ts3.2/util.d.ts"
857
- ],
858
- "../../../../node_modules/@types/d3-selection/index.d.ts": [
859
- "../../../../node_modules/date-fns/typings.d.ts",
860
- "../../node_modules/@types/node/fs.d.ts",
861
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
862
- "../../node_modules/@types/node/util.d.ts",
863
- "../../node_modules/@types/node/ts3.2/util.d.ts"
864
- ],
865
- "../../../../node_modules/@types/d3-axis/index.d.ts": [
866
- "../../../../node_modules/@types/d3-selection/index.d.ts",
867
- "../../../../node_modules/date-fns/typings.d.ts",
868
- "../../node_modules/@types/node/fs.d.ts",
869
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
870
- "../../node_modules/@types/node/util.d.ts",
871
- "../../node_modules/@types/node/ts3.2/util.d.ts"
872
- ],
873
- "../../../../node_modules/@types/d3-brush/index.d.ts": [
874
- "../../../../node_modules/@types/d3-selection/index.d.ts",
875
- "../../../../node_modules/date-fns/typings.d.ts",
876
- "../../node_modules/@types/node/fs.d.ts",
877
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
878
- "../../node_modules/@types/node/util.d.ts",
879
- "../../node_modules/@types/node/ts3.2/util.d.ts"
880
- ],
881
- "../../../../node_modules/@types/d3-chord/index.d.ts": [
882
- "../../../../node_modules/date-fns/typings.d.ts",
883
- "../../node_modules/@types/node/fs.d.ts",
884
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
885
- "../../node_modules/@types/node/util.d.ts",
886
- "../../node_modules/@types/node/ts3.2/util.d.ts"
887
- ],
888
- "../../../../node_modules/@types/d3-collection/index.d.ts": [
889
- "../../../../node_modules/date-fns/typings.d.ts",
890
- "../../node_modules/@types/node/fs.d.ts",
891
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
892
- "../../node_modules/@types/node/util.d.ts",
893
- "../../node_modules/@types/node/ts3.2/util.d.ts"
894
- ],
895
- "../../../../node_modules/@types/d3-color/index.d.ts": [
896
- "../../../../node_modules/date-fns/typings.d.ts",
897
- "../../node_modules/@types/node/fs.d.ts",
898
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
899
- "../../node_modules/@types/node/util.d.ts",
900
- "../../node_modules/@types/node/ts3.2/util.d.ts"
901
- ],
902
- "../../../../node_modules/@types/d3-dispatch/index.d.ts": [
903
- "../../../../node_modules/date-fns/typings.d.ts",
904
- "../../node_modules/@types/node/fs.d.ts",
905
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
906
- "../../node_modules/@types/node/util.d.ts",
907
- "../../node_modules/@types/node/ts3.2/util.d.ts"
908
- ],
909
- "../../../../node_modules/@types/d3-drag/index.d.ts": [
910
- "../../../../node_modules/@types/d3-selection/index.d.ts",
911
- "../../../../node_modules/date-fns/typings.d.ts",
912
- "../../node_modules/@types/node/fs.d.ts",
913
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
914
- "../../node_modules/@types/node/util.d.ts",
915
- "../../node_modules/@types/node/ts3.2/util.d.ts"
916
- ],
917
- "../../../../node_modules/@types/d3-dsv/index.d.ts": [
918
- "../../../../node_modules/date-fns/typings.d.ts",
919
- "../../node_modules/@types/node/fs.d.ts",
920
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
921
- "../../node_modules/@types/node/util.d.ts",
922
- "../../node_modules/@types/node/ts3.2/util.d.ts"
923
- ],
924
- "../../../../node_modules/@types/d3-ease/index.d.ts": [
925
- "../../../../node_modules/date-fns/typings.d.ts",
926
- "../../node_modules/@types/node/fs.d.ts",
927
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
928
- "../../node_modules/@types/node/util.d.ts",
929
- "../../node_modules/@types/node/ts3.2/util.d.ts"
930
- ],
931
- "../../../../node_modules/@types/d3-force/index.d.ts": [
932
- "../../../../node_modules/date-fns/typings.d.ts",
933
- "../../node_modules/@types/node/fs.d.ts",
934
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
935
- "../../node_modules/@types/node/util.d.ts",
936
- "../../node_modules/@types/node/ts3.2/util.d.ts"
937
- ],
938
- "../../../../node_modules/@types/d3-format/index.d.ts": [
939
- "../../../../node_modules/date-fns/typings.d.ts",
940
- "../../node_modules/@types/node/fs.d.ts",
941
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
942
- "../../node_modules/@types/node/util.d.ts",
943
- "../../node_modules/@types/node/ts3.2/util.d.ts"
944
- ],
945
- "../../../../node_modules/@types/geojson/index.d.ts": [
946
- "../../../../node_modules/date-fns/typings.d.ts",
947
- "../../node_modules/@types/node/fs.d.ts",
948
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
949
- "../../node_modules/@types/node/util.d.ts",
950
- "../../node_modules/@types/node/ts3.2/util.d.ts"
951
- ],
952
- "../../../../node_modules/@types/d3-geo/index.d.ts": [
953
- "../../../../node_modules/@types/geojson/index.d.ts",
954
- "../../../../node_modules/date-fns/typings.d.ts",
955
- "../../node_modules/@types/node/fs.d.ts",
956
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
957
- "../../node_modules/@types/node/util.d.ts",
958
- "../../node_modules/@types/node/ts3.2/util.d.ts"
959
- ],
960
- "../../../../node_modules/@types/d3-hierarchy/index.d.ts": [
961
- "../../../../node_modules/date-fns/typings.d.ts",
962
- "../../node_modules/@types/node/fs.d.ts",
963
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
964
- "../../node_modules/@types/node/util.d.ts",
965
- "../../node_modules/@types/node/ts3.2/util.d.ts"
966
- ],
967
- "../../../../node_modules/@types/d3-interpolate/index.d.ts": [
968
- "../../../../node_modules/@types/d3-color/index.d.ts",
969
- "../../../../node_modules/date-fns/typings.d.ts",
970
- "../../node_modules/@types/node/fs.d.ts",
971
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
972
- "../../node_modules/@types/node/util.d.ts",
973
- "../../node_modules/@types/node/ts3.2/util.d.ts"
974
- ],
975
- "../../../../node_modules/@types/d3-path/index.d.ts": [
976
- "../../../../node_modules/date-fns/typings.d.ts",
977
- "../../node_modules/@types/node/fs.d.ts",
978
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
979
- "../../node_modules/@types/node/util.d.ts",
980
- "../../node_modules/@types/node/ts3.2/util.d.ts"
981
- ],
982
- "../../../../node_modules/@types/d3-polygon/index.d.ts": [
983
- "../../../../node_modules/date-fns/typings.d.ts",
984
- "../../node_modules/@types/node/fs.d.ts",
985
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
986
- "../../node_modules/@types/node/util.d.ts",
987
- "../../node_modules/@types/node/ts3.2/util.d.ts"
988
- ],
989
- "../../../../node_modules/@types/d3-quadtree/index.d.ts": [
990
- "../../../../node_modules/date-fns/typings.d.ts",
991
- "../../node_modules/@types/node/fs.d.ts",
992
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
993
- "../../node_modules/@types/node/util.d.ts",
994
- "../../node_modules/@types/node/ts3.2/util.d.ts"
995
- ],
996
- "../../../../node_modules/@types/d3-queue/index.d.ts": [
997
- "../../../../node_modules/date-fns/typings.d.ts",
998
- "../../node_modules/@types/node/fs.d.ts",
999
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1000
- "../../node_modules/@types/node/util.d.ts",
1001
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1002
- ],
1003
- "../../../../node_modules/@types/d3-random/index.d.ts": [
1004
- "../../../../node_modules/date-fns/typings.d.ts",
1005
- "../../node_modules/@types/node/fs.d.ts",
1006
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1007
- "../../node_modules/@types/node/util.d.ts",
1008
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1009
- ],
1010
- "../../../../node_modules/@types/d3-request/index.d.ts": [
1011
- "../../../../node_modules/@types/d3-dsv/index.d.ts",
1012
- "../../../../node_modules/date-fns/typings.d.ts",
1013
- "../../node_modules/@types/node/fs.d.ts",
1014
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1015
- "../../node_modules/@types/node/util.d.ts",
1016
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1017
- ],
1018
- "../../../../node_modules/@types/d3-time/index.d.ts": [
1019
- "../../../../node_modules/date-fns/typings.d.ts",
1020
- "../../node_modules/@types/node/fs.d.ts",
1021
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1022
- "../../node_modules/@types/node/util.d.ts",
1023
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1024
- ],
1025
- "../../../../node_modules/@types/d3-scale/index.d.ts": [
1026
- "../../../../node_modules/@types/d3-time/index.d.ts",
1027
- "../../../../node_modules/date-fns/typings.d.ts",
1028
- "../../node_modules/@types/node/fs.d.ts",
1029
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1030
- "../../node_modules/@types/node/util.d.ts",
1031
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1032
- ],
1033
- "../../../../node_modules/@types/d3-shape/index.d.ts": [
1034
- "../../../../node_modules/@types/d3-path/index.d.ts",
1035
- "../../../../node_modules/date-fns/typings.d.ts",
1036
- "../../node_modules/@types/node/fs.d.ts",
1037
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1038
- "../../node_modules/@types/node/util.d.ts",
1039
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1040
- ],
1041
727
  "../../../../node_modules/@types/d3-time-format/index.d.ts": [
1042
728
  "../../../../node_modules/date-fns/typings.d.ts",
1043
729
  "../../node_modules/@types/node/fs.d.ts",
@@ -1045,76 +731,8 @@
1045
731
  "../../node_modules/@types/node/util.d.ts",
1046
732
  "../../node_modules/@types/node/ts3.2/util.d.ts"
1047
733
  ],
1048
- "../../../../node_modules/@types/d3-timer/index.d.ts": [
1049
- "../../../../node_modules/date-fns/typings.d.ts",
1050
- "../../node_modules/@types/node/fs.d.ts",
1051
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1052
- "../../node_modules/@types/node/util.d.ts",
1053
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1054
- ],
1055
- "../../../../node_modules/@types/d3-transition/index.d.ts": [
1056
- "../../../../node_modules/@types/d3-selection/index.d.ts",
1057
- "../../../../node_modules/date-fns/typings.d.ts",
1058
- "../../node_modules/@types/node/fs.d.ts",
1059
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1060
- "../../node_modules/@types/node/util.d.ts",
1061
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1062
- ],
1063
- "../../../../node_modules/@types/d3-voronoi/index.d.ts": [
1064
- "../../../../node_modules/date-fns/typings.d.ts",
1065
- "../../node_modules/@types/node/fs.d.ts",
1066
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1067
- "../../node_modules/@types/node/util.d.ts",
1068
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1069
- ],
1070
- "../../../../node_modules/@types/d3-zoom/index.d.ts": [
1071
- "../../../../node_modules/@types/d3-selection/index.d.ts",
1072
- "../../../../node_modules/@types/d3-interpolate/index.d.ts",
1073
- "../../../../node_modules/date-fns/typings.d.ts",
1074
- "../../node_modules/@types/node/fs.d.ts",
1075
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1076
- "../../node_modules/@types/node/util.d.ts",
1077
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1078
- ],
1079
- "../../../../node_modules/@types/d3/index.d.ts": [
1080
- "../../../../node_modules/@types/d3-array/index.d.ts",
1081
- "../../../../node_modules/@types/d3-axis/index.d.ts",
1082
- "../../../../node_modules/@types/d3-brush/index.d.ts",
1083
- "../../../../node_modules/@types/d3-chord/index.d.ts",
1084
- "../../../../node_modules/@types/d3-collection/index.d.ts",
1085
- "../../../../node_modules/@types/d3-color/index.d.ts",
1086
- "../../../../node_modules/@types/d3-dispatch/index.d.ts",
1087
- "../../../../node_modules/@types/d3-drag/index.d.ts",
1088
- "../../../../node_modules/@types/d3-dsv/index.d.ts",
1089
- "../../../../node_modules/@types/d3-ease/index.d.ts",
1090
- "../../../../node_modules/@types/d3-force/index.d.ts",
1091
- "../../../../node_modules/@types/d3-format/index.d.ts",
1092
- "../../../../node_modules/@types/d3-geo/index.d.ts",
1093
- "../../../../node_modules/@types/d3-hierarchy/index.d.ts",
1094
- "../../../../node_modules/@types/d3-interpolate/index.d.ts",
1095
- "../../../../node_modules/@types/d3-path/index.d.ts",
1096
- "../../../../node_modules/@types/d3-polygon/index.d.ts",
1097
- "../../../../node_modules/@types/d3-quadtree/index.d.ts",
1098
- "../../../../node_modules/@types/d3-queue/index.d.ts",
1099
- "../../../../node_modules/@types/d3-random/index.d.ts",
1100
- "../../../../node_modules/@types/d3-request/index.d.ts",
1101
- "../../../../node_modules/@types/d3-scale/index.d.ts",
1102
- "../../../../node_modules/@types/d3-selection/index.d.ts",
1103
- "../../../../node_modules/@types/d3-shape/index.d.ts",
1104
- "../../../../node_modules/@types/d3-time/index.d.ts",
1105
- "../../../../node_modules/@types/d3-time-format/index.d.ts",
1106
- "../../../../node_modules/@types/d3-timer/index.d.ts",
1107
- "../../../../node_modules/@types/d3-transition/index.d.ts",
1108
- "../../../../node_modules/@types/d3-voronoi/index.d.ts",
1109
- "../../../../node_modules/@types/d3-zoom/index.d.ts",
1110
- "../../../../node_modules/date-fns/typings.d.ts",
1111
- "../../node_modules/@types/node/fs.d.ts",
1112
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1113
- "../../node_modules/@types/node/util.d.ts",
1114
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1115
- ],
1116
734
  "../../demo/data/line.ts": [
1117
- "../../../../node_modules/@types/d3/index.d.ts",
735
+ "../../../../node_modules/@types/d3-time-format/index.d.ts",
1118
736
  "../../../../node_modules/date-fns/typings.d.ts",
1119
737
  "../../node_modules/@types/node/fs.d.ts",
1120
738
  "../../node_modules/@types/node/ts3.2/fs.d.ts",
@@ -1968,250 +1586,6 @@
1968
1586
  "../../node_modules/@types/node/util.d.ts",
1969
1587
  "../../node_modules/@types/node/ts3.2/util.d.ts"
1970
1588
  ],
1971
- "../../../../node_modules/@types/d3-array/index.d.ts": [
1972
- "../../../../node_modules/date-fns/typings.d.ts",
1973
- "../../node_modules/@types/node/fs.d.ts",
1974
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
1975
- "../../node_modules/@types/node/util.d.ts",
1976
- "../../node_modules/@types/node/ts3.2/util.d.ts"
1977
- ],
1978
- "../../../../node_modules/@types/d3/index.d.ts": [
1979
- "../../../../node_modules/@types/d3-array/index.d.ts",
1980
- "../../../../node_modules/@types/d3-axis/index.d.ts",
1981
- "../../../../node_modules/@types/d3-brush/index.d.ts",
1982
- "../../../../node_modules/@types/d3-chord/index.d.ts",
1983
- "../../../../node_modules/@types/d3-collection/index.d.ts",
1984
- "../../../../node_modules/@types/d3-color/index.d.ts",
1985
- "../../../../node_modules/@types/d3-dispatch/index.d.ts",
1986
- "../../../../node_modules/@types/d3-drag/index.d.ts",
1987
- "../../../../node_modules/@types/d3-dsv/index.d.ts",
1988
- "../../../../node_modules/@types/d3-ease/index.d.ts",
1989
- "../../../../node_modules/@types/d3-force/index.d.ts",
1990
- "../../../../node_modules/@types/d3-format/index.d.ts",
1991
- "../../../../node_modules/@types/d3-geo/index.d.ts",
1992
- "../../../../node_modules/@types/d3-hierarchy/index.d.ts",
1993
- "../../../../node_modules/@types/d3-interpolate/index.d.ts",
1994
- "../../../../node_modules/@types/d3-path/index.d.ts",
1995
- "../../../../node_modules/@types/d3-polygon/index.d.ts",
1996
- "../../../../node_modules/@types/d3-quadtree/index.d.ts",
1997
- "../../../../node_modules/@types/d3-queue/index.d.ts",
1998
- "../../../../node_modules/@types/d3-random/index.d.ts",
1999
- "../../../../node_modules/@types/d3-request/index.d.ts",
2000
- "../../../../node_modules/@types/d3-scale/index.d.ts",
2001
- "../../../../node_modules/@types/d3-selection/index.d.ts",
2002
- "../../../../node_modules/@types/d3-shape/index.d.ts",
2003
- "../../../../node_modules/@types/d3-time/index.d.ts",
2004
- "../../../../node_modules/@types/d3-time-format/index.d.ts",
2005
- "../../../../node_modules/@types/d3-timer/index.d.ts",
2006
- "../../../../node_modules/@types/d3-transition/index.d.ts",
2007
- "../../../../node_modules/@types/d3-voronoi/index.d.ts",
2008
- "../../../../node_modules/@types/d3-zoom/index.d.ts",
2009
- "../../../../node_modules/date-fns/typings.d.ts",
2010
- "../../node_modules/@types/node/fs.d.ts",
2011
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2012
- "../../node_modules/@types/node/util.d.ts",
2013
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2014
- ],
2015
- "../../../../node_modules/@types/d3-selection/index.d.ts": [
2016
- "../../../../node_modules/date-fns/typings.d.ts",
2017
- "../../node_modules/@types/node/fs.d.ts",
2018
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2019
- "../../node_modules/@types/node/util.d.ts",
2020
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2021
- ],
2022
- "../../../../node_modules/@types/d3-zoom/index.d.ts": [
2023
- "../../../../node_modules/@types/d3-selection/index.d.ts",
2024
- "../../../../node_modules/@types/d3-interpolate/index.d.ts",
2025
- "../../../../node_modules/date-fns/typings.d.ts",
2026
- "../../node_modules/@types/node/fs.d.ts",
2027
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2028
- "../../node_modules/@types/node/util.d.ts",
2029
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2030
- ],
2031
- "../../../../node_modules/@types/d3-transition/index.d.ts": [
2032
- "../../../../node_modules/@types/d3-selection/index.d.ts",
2033
- "../../../../node_modules/date-fns/typings.d.ts",
2034
- "../../node_modules/@types/node/fs.d.ts",
2035
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2036
- "../../node_modules/@types/node/util.d.ts",
2037
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2038
- ],
2039
- "../../../../node_modules/@types/d3-drag/index.d.ts": [
2040
- "../../../../node_modules/@types/d3-selection/index.d.ts",
2041
- "../../../../node_modules/date-fns/typings.d.ts",
2042
- "../../node_modules/@types/node/fs.d.ts",
2043
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2044
- "../../node_modules/@types/node/util.d.ts",
2045
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2046
- ],
2047
- "../../../../node_modules/@types/d3-brush/index.d.ts": [
2048
- "../../../../node_modules/@types/d3-selection/index.d.ts",
2049
- "../../../../node_modules/date-fns/typings.d.ts",
2050
- "../../node_modules/@types/node/fs.d.ts",
2051
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2052
- "../../node_modules/@types/node/util.d.ts",
2053
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2054
- ],
2055
- "../../../../node_modules/@types/d3-axis/index.d.ts": [
2056
- "../../../../node_modules/@types/d3-selection/index.d.ts",
2057
- "../../../../node_modules/date-fns/typings.d.ts",
2058
- "../../node_modules/@types/node/fs.d.ts",
2059
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2060
- "../../node_modules/@types/node/util.d.ts",
2061
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2062
- ],
2063
- "../../../../node_modules/@types/d3-chord/index.d.ts": [
2064
- "../../../../node_modules/date-fns/typings.d.ts",
2065
- "../../node_modules/@types/node/fs.d.ts",
2066
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2067
- "../../node_modules/@types/node/util.d.ts",
2068
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2069
- ],
2070
- "../../../../node_modules/@types/d3-collection/index.d.ts": [
2071
- "../../../../node_modules/date-fns/typings.d.ts",
2072
- "../../node_modules/@types/node/fs.d.ts",
2073
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2074
- "../../node_modules/@types/node/util.d.ts",
2075
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2076
- ],
2077
- "../../../../node_modules/@types/d3-color/index.d.ts": [
2078
- "../../../../node_modules/date-fns/typings.d.ts",
2079
- "../../node_modules/@types/node/fs.d.ts",
2080
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2081
- "../../node_modules/@types/node/util.d.ts",
2082
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2083
- ],
2084
- "../../../../node_modules/@types/d3-interpolate/index.d.ts": [
2085
- "../../../../node_modules/@types/d3-color/index.d.ts",
2086
- "../../../../node_modules/date-fns/typings.d.ts",
2087
- "../../node_modules/@types/node/fs.d.ts",
2088
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2089
- "../../node_modules/@types/node/util.d.ts",
2090
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2091
- ],
2092
- "../../../../node_modules/@types/d3-dispatch/index.d.ts": [
2093
- "../../../../node_modules/date-fns/typings.d.ts",
2094
- "../../node_modules/@types/node/fs.d.ts",
2095
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2096
- "../../node_modules/@types/node/util.d.ts",
2097
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2098
- ],
2099
- "../../../../node_modules/@types/d3-dsv/index.d.ts": [
2100
- "../../../../node_modules/date-fns/typings.d.ts",
2101
- "../../node_modules/@types/node/fs.d.ts",
2102
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2103
- "../../node_modules/@types/node/util.d.ts",
2104
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2105
- ],
2106
- "../../../../node_modules/@types/d3-request/index.d.ts": [
2107
- "../../../../node_modules/@types/d3-dsv/index.d.ts",
2108
- "../../../../node_modules/date-fns/typings.d.ts",
2109
- "../../node_modules/@types/node/fs.d.ts",
2110
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2111
- "../../node_modules/@types/node/util.d.ts",
2112
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2113
- ],
2114
- "../../../../node_modules/@types/d3-ease/index.d.ts": [
2115
- "../../../../node_modules/date-fns/typings.d.ts",
2116
- "../../node_modules/@types/node/fs.d.ts",
2117
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2118
- "../../node_modules/@types/node/util.d.ts",
2119
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2120
- ],
2121
- "../../../../node_modules/@types/d3-force/index.d.ts": [
2122
- "../../../../node_modules/date-fns/typings.d.ts",
2123
- "../../node_modules/@types/node/fs.d.ts",
2124
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2125
- "../../node_modules/@types/node/util.d.ts",
2126
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2127
- ],
2128
- "../../../../node_modules/@types/d3-format/index.d.ts": [
2129
- "../../../../node_modules/date-fns/typings.d.ts",
2130
- "../../node_modules/@types/node/fs.d.ts",
2131
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2132
- "../../node_modules/@types/node/util.d.ts",
2133
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2134
- ],
2135
- "../../../../node_modules/@types/geojson/index.d.ts": [
2136
- "../../../../node_modules/date-fns/typings.d.ts",
2137
- "../../node_modules/@types/node/fs.d.ts",
2138
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2139
- "../../node_modules/@types/node/util.d.ts",
2140
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2141
- ],
2142
- "../../../../node_modules/@types/d3-geo/index.d.ts": [
2143
- "../../../../node_modules/@types/geojson/index.d.ts",
2144
- "../../../../node_modules/date-fns/typings.d.ts",
2145
- "../../node_modules/@types/node/fs.d.ts",
2146
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2147
- "../../node_modules/@types/node/util.d.ts",
2148
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2149
- ],
2150
- "../../../../node_modules/@types/d3-hierarchy/index.d.ts": [
2151
- "../../../../node_modules/date-fns/typings.d.ts",
2152
- "../../node_modules/@types/node/fs.d.ts",
2153
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2154
- "../../node_modules/@types/node/util.d.ts",
2155
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2156
- ],
2157
- "../../../../node_modules/@types/d3-path/index.d.ts": [
2158
- "../../../../node_modules/date-fns/typings.d.ts",
2159
- "../../node_modules/@types/node/fs.d.ts",
2160
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2161
- "../../node_modules/@types/node/util.d.ts",
2162
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2163
- ],
2164
- "../../../../node_modules/@types/d3-shape/index.d.ts": [
2165
- "../../../../node_modules/@types/d3-path/index.d.ts",
2166
- "../../../../node_modules/date-fns/typings.d.ts",
2167
- "../../node_modules/@types/node/fs.d.ts",
2168
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2169
- "../../node_modules/@types/node/util.d.ts",
2170
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2171
- ],
2172
- "../../../../node_modules/@types/d3-polygon/index.d.ts": [
2173
- "../../../../node_modules/date-fns/typings.d.ts",
2174
- "../../node_modules/@types/node/fs.d.ts",
2175
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2176
- "../../node_modules/@types/node/util.d.ts",
2177
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2178
- ],
2179
- "../../../../node_modules/@types/d3-quadtree/index.d.ts": [
2180
- "../../../../node_modules/date-fns/typings.d.ts",
2181
- "../../node_modules/@types/node/fs.d.ts",
2182
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2183
- "../../node_modules/@types/node/util.d.ts",
2184
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2185
- ],
2186
- "../../../../node_modules/@types/d3-queue/index.d.ts": [
2187
- "../../../../node_modules/date-fns/typings.d.ts",
2188
- "../../node_modules/@types/node/fs.d.ts",
2189
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2190
- "../../node_modules/@types/node/util.d.ts",
2191
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2192
- ],
2193
- "../../../../node_modules/@types/d3-random/index.d.ts": [
2194
- "../../../../node_modules/date-fns/typings.d.ts",
2195
- "../../node_modules/@types/node/fs.d.ts",
2196
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2197
- "../../node_modules/@types/node/util.d.ts",
2198
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2199
- ],
2200
- "../../../../node_modules/@types/d3-time/index.d.ts": [
2201
- "../../../../node_modules/date-fns/typings.d.ts",
2202
- "../../node_modules/@types/node/fs.d.ts",
2203
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2204
- "../../node_modules/@types/node/util.d.ts",
2205
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2206
- ],
2207
- "../../../../node_modules/@types/d3-scale/index.d.ts": [
2208
- "../../../../node_modules/@types/d3-time/index.d.ts",
2209
- "../../../../node_modules/date-fns/typings.d.ts",
2210
- "../../node_modules/@types/node/fs.d.ts",
2211
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2212
- "../../node_modules/@types/node/util.d.ts",
2213
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2214
- ],
2215
1589
  "../../../../node_modules/@types/d3-time-format/index.d.ts": [
2216
1590
  "../../../../node_modules/date-fns/typings.d.ts",
2217
1591
  "../../node_modules/@types/node/fs.d.ts",
@@ -2219,20 +1593,6 @@
2219
1593
  "../../node_modules/@types/node/util.d.ts",
2220
1594
  "../../node_modules/@types/node/ts3.2/util.d.ts"
2221
1595
  ],
2222
- "../../../../node_modules/@types/d3-timer/index.d.ts": [
2223
- "../../../../node_modules/date-fns/typings.d.ts",
2224
- "../../node_modules/@types/node/fs.d.ts",
2225
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2226
- "../../node_modules/@types/node/util.d.ts",
2227
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2228
- ],
2229
- "../../../../node_modules/@types/d3-voronoi/index.d.ts": [
2230
- "../../../../node_modules/date-fns/typings.d.ts",
2231
- "../../node_modules/@types/node/fs.d.ts",
2232
- "../../node_modules/@types/node/ts3.2/fs.d.ts",
2233
- "../../node_modules/@types/node/util.d.ts",
2234
- "../../node_modules/@types/node/ts3.2/util.d.ts"
2235
- ],
2236
1596
  "../../../../node_modules/date-fns/locale/fr/index.d.ts": [
2237
1597
  "../../../../node_modules/date-fns/typings.d.ts",
2238
1598
  "../../node_modules/@types/node/fs.d.ts",
@@ -2667,38 +2027,7 @@
2667
2027
  "../../../../node_modules/date-fns/locale/tr/index.d.ts",
2668
2028
  "../../demo/data/bar.ts",
2669
2029
  "../../demo/data/boxplot.ts",
2670
- "../../../../node_modules/@types/d3-array/index.d.ts",
2671
- "../../../../node_modules/@types/d3-selection/index.d.ts",
2672
- "../../../../node_modules/@types/d3-axis/index.d.ts",
2673
- "../../../../node_modules/@types/d3-brush/index.d.ts",
2674
- "../../../../node_modules/@types/d3-chord/index.d.ts",
2675
- "../../../../node_modules/@types/d3-collection/index.d.ts",
2676
- "../../../../node_modules/@types/d3-color/index.d.ts",
2677
- "../../../../node_modules/@types/d3-dispatch/index.d.ts",
2678
- "../../../../node_modules/@types/d3-drag/index.d.ts",
2679
- "../../../../node_modules/@types/d3-dsv/index.d.ts",
2680
- "../../../../node_modules/@types/d3-ease/index.d.ts",
2681
- "../../../../node_modules/@types/d3-force/index.d.ts",
2682
- "../../../../node_modules/@types/d3-format/index.d.ts",
2683
- "../../../../node_modules/@types/geojson/index.d.ts",
2684
- "../../../../node_modules/@types/d3-geo/index.d.ts",
2685
- "../../../../node_modules/@types/d3-hierarchy/index.d.ts",
2686
- "../../../../node_modules/@types/d3-interpolate/index.d.ts",
2687
- "../../../../node_modules/@types/d3-path/index.d.ts",
2688
- "../../../../node_modules/@types/d3-polygon/index.d.ts",
2689
- "../../../../node_modules/@types/d3-quadtree/index.d.ts",
2690
- "../../../../node_modules/@types/d3-queue/index.d.ts",
2691
- "../../../../node_modules/@types/d3-random/index.d.ts",
2692
- "../../../../node_modules/@types/d3-request/index.d.ts",
2693
- "../../../../node_modules/@types/d3-time/index.d.ts",
2694
- "../../../../node_modules/@types/d3-scale/index.d.ts",
2695
- "../../../../node_modules/@types/d3-shape/index.d.ts",
2696
2030
  "../../../../node_modules/@types/d3-time-format/index.d.ts",
2697
- "../../../../node_modules/@types/d3-timer/index.d.ts",
2698
- "../../../../node_modules/@types/d3-transition/index.d.ts",
2699
- "../../../../node_modules/@types/d3-voronoi/index.d.ts",
2700
- "../../../../node_modules/@types/d3-zoom/index.d.ts",
2701
- "../../../../node_modules/@types/d3/index.d.ts",
2702
2031
  "../../demo/data/line.ts",
2703
2032
  "../../demo/data/bubble.ts",
2704
2033
  "../../demo/data/bullet.ts",