@d3plus/core 3.1.0 → 3.1.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d3plus/core",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -58,19 +58,20 @@
58
58
  "open-color": "^1.9.1",
59
59
  "textures": "^1.2.3",
60
60
  "topojson-client": "^3.1.0",
61
- "@d3plus/data": "3.1.0",
62
- "@d3plus/format": "3.1.0",
63
- "@d3plus/dom": "3.1.0",
64
- "@d3plus/locales": "3.1.0",
65
- "@d3plus/color": "3.1.0",
66
- "@d3plus/math": "3.1.0",
67
- "@d3plus/text": "3.1.0"
61
+ "@d3plus/dom": "3.1.1",
62
+ "@d3plus/locales": "3.1.1",
63
+ "@d3plus/format": "3.1.1",
64
+ "@d3plus/text": "3.1.1",
65
+ "@d3plus/data": "3.1.1",
66
+ "@d3plus/color": "3.1.1",
67
+ "@d3plus/math": "3.1.1"
68
68
  },
69
69
  "scripts": {
70
70
  "build:esm": "node ../../scripts/build-esm.js",
71
71
  "build:types": "tsc",
72
72
  "build:umd": "node ../../scripts/build-umd.js",
73
73
  "dev": "node ../../scripts/dev.js",
74
- "test": "eslint index.ts src/**/*.ts && eslint --global=it test && mocha 'test/**/*-test.js'"
74
+ "test": "eslint index.ts src/**/*.ts && eslint --global=it test && mocha 'test/**/*-test.js'",
75
+ "test:coverage": "c8 -r text -r lcov --src src mocha 'test/**/*-test.js'"
75
76
  }
76
77
  }
@@ -104,7 +104,7 @@ export interface D3plusConfig {
104
104
  /** Row key for matrix-style layouts. */
105
105
  row?: string;
106
106
  /** Scrollable container selector for tooltip positioning. */
107
- scrollContainer?: string;
107
+ scrollContainer?: string | Window;
108
108
  /** Configuration for shape rendering. */
109
109
  shapeConfig?: {
110
110
  duration?: number;
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/core v3.0.16
2
+ @d3plus/core v3.1.0
3
3
  Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/core v3.0.16
2
+ @d3plus/core v3.1.0
3
3
  Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/core v3.0.16
2
+ @d3plus/core v3.1.0
3
3
  Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT
@@ -1,5 +1,5 @@
1
1
  /*
2
- @d3plus/core v3.0.16
2
+ @d3plus/core v3.1.0
3
3
  Data visualization made easy. A javascript library that extends the popular D3.js to enable fast and beautiful visualizations.
4
4
  Copyright (c) 2026 D3plus - https://d3plus.org
5
5
  @license MIT