bamtigraph 1.0.0 → 1.1.0
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/dist/bamtigraph.global.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/README.md
CHANGED
|
@@ -16,11 +16,11 @@ These images were rendered with BamtiGraph using the included sample data.
|
|
|
16
16
|
|
|
17
17
|
### Daily and weekly traffic
|
|
18
18
|
|
|
19
|
-

|
|
20
20
|
|
|
21
21
|
### CPU, memory, and temperature
|
|
22
22
|
|
|
23
|
-

|
|
24
24
|
|
|
25
25
|
## Try the demo
|
|
26
26
|
|
|
@@ -42,7 +42,7 @@ Install the npm package:
|
|
|
42
42
|
npm install bamtigraph
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
The Deno package name is `jsr:@safe/
|
|
45
|
+
The Deno package name is `jsr:@safe/bamtigraph`; JSR releases are published separately.
|
|
46
46
|
|
|
47
47
|
This Node.js example creates a chart and saves it as `traffic.png`:
|
|
48
48
|
|
|
@@ -96,7 +96,7 @@ In Go, set `graph.Watermark = "My network"`, or pass `-watermark "My network"` t
|
|
|
96
96
|
|
|
97
97
|
In the demo, use **Custom edge text**. You can also change the surrounding page labels in `assets/brand.js`.
|
|
98
98
|
|
|
99
|
-

|
|
100
100
|
|
|
101
101
|
## Explore more
|
|
102
102
|
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! BamtiGraph 1.
|
|
1
|
+
/*! BamtiGraph 1.1.0 | BSD-3-Clause | See LICENSE */
|
|
2
2
|
"use strict";
|
|
3
3
|
var __defProp = Object.defineProperty;
|
|
4
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -53,7 +53,7 @@ __export(index_exports, {
|
|
|
53
53
|
yearly: () => yearly
|
|
54
54
|
});
|
|
55
55
|
module.exports = __toCommonJS(index_exports);
|
|
56
|
-
var VERSION = "1.
|
|
56
|
+
var VERSION = "1.1.0";
|
|
57
57
|
var LIMITS = Object.freeze({
|
|
58
58
|
pixels: 16e6,
|
|
59
59
|
layerPixels: 4e7,
|