@lineandvertexsoftware/overlay-d3 0.1.0 → 0.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,21 +1,21 @@
1
- # @vertexa-chart/overlay-d3
1
+ # @lineandvertexsoftware/overlay-d3
2
2
 
3
3
  D3 overlay module used by Vertexa Chart for axes, zoom/pan, guides, selection, and legend.
4
4
 
5
5
  ## Install
6
6
 
7
7
  ```bash
8
- npm install @vertexa-chart/overlay-d3
8
+ npm install @lineandvertexsoftware/overlay-d3
9
9
  ```
10
10
 
11
11
  ## Usage
12
12
 
13
13
  ```ts
14
- import { OverlayD3 } from "@vertexa-chart/overlay-d3";
14
+ import { OverlayD3 } from "@lineandvertexsoftware/overlay-d3";
15
15
  ```
16
16
 
17
17
  This package is primarily intended as an internal building block of
18
- `@vertexa-chart/vertexa-chart-core`, but it can be used directly for custom
18
+ `@lineandvertexsoftware/vertexa-chart`, but it can be used directly for custom
19
19
  overlay workflows.
20
20
 
21
21
  For full docs and examples, see:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lineandvertexsoftware/overlay-d3",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "D3.js overlay for interactive axes, zoom, and legends",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",