bamtigraph 0.1.0 → 1.0.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 +14 -0
- 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
|
@@ -10,6 +10,18 @@ Turn traffic, CPU, memory, and other measurements into clear time-series charts.
|
|
|
10
10
|
- Choose your colors, labels, and time zone.
|
|
11
11
|
- Keep charts unbranded or add your own text.
|
|
12
12
|
|
|
13
|
+
## See it in action
|
|
14
|
+
|
|
15
|
+
These images were rendered with BamtiGraph using the included sample data.
|
|
16
|
+
|
|
17
|
+
### Daily and weekly traffic
|
|
18
|
+
|
|
19
|
+

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

|
|
24
|
+
|
|
13
25
|
## Try the demo
|
|
14
26
|
|
|
15
27
|
From the project folder:
|
|
@@ -84,6 +96,8 @@ In Go, set `graph.Watermark = "My network"`, or pass `-watermark "My network"` t
|
|
|
84
96
|
|
|
85
97
|
In the demo, use **Custom edge text**. You can also change the surrounding page labels in `assets/brand.js`.
|
|
86
98
|
|
|
99
|
+

|
|
100
|
+
|
|
87
101
|
## Explore more
|
|
88
102
|
|
|
89
103
|
- [Browser examples](docs/index.html#examples)
|
package/dist/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! BamtiGraph
|
|
1
|
+
/*! BamtiGraph 1.0.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 = "
|
|
56
|
+
var VERSION = "1.0.0";
|
|
57
57
|
var LIMITS = Object.freeze({
|
|
58
58
|
pixels: 16e6,
|
|
59
59
|
layerPixels: 4e7,
|