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 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
+ ![Daily and weekly traffic charts](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.0.0/docs/images/traffic.png)
20
+
21
+ ### CPU, memory, and temperature
22
+
23
+ ![CPU, memory, and temperature charts](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.0.0/docs/images/metrics.png)
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
+ ![Chart with an optional BAMTIGRAPH label](https://raw.githubusercontent.com/gosuda/BamtiGraph/v1.0.0/docs/images/custom-label.png)
100
+
87
101
  ## Explore more
88
102
 
89
103
  - [Browser examples](docs/index.html#examples)
@@ -1,7 +1,7 @@
1
- /*! BamtiGraph 0.1.0 | BSD-3-Clause | See LICENSE */
1
+ /*! BamtiGraph 1.0.0 | BSD-3-Clause | See LICENSE */
2
2
  (() => {
3
3
  // src/index.ts
4
- var VERSION = "0.1.0";
4
+ var VERSION = "1.0.0";
5
5
  var LIMITS = Object.freeze({
6
6
  pixels: 16e6,
7
7
  layerPixels: 4e7,
package/dist/index.cjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! BamtiGraph 0.1.0 | BSD-3-Clause | See LICENSE */
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 = "0.1.0";
56
+ var VERSION = "1.0.0";
57
57
  var LIMITS = Object.freeze({
58
58
  pixels: 16e6,
59
59
  layerPixels: 4e7,