@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.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
# @
|
|
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 @
|
|
8
|
+
npm install @lineandvertexsoftware/overlay-d3
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
## Usage
|
|
12
12
|
|
|
13
13
|
```ts
|
|
14
|
-
import { OverlayD3 } from "@
|
|
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
|
-
`@
|
|
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:
|