stz-chart-maker 1.1.2 → 1.2.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stz-chart-maker",
3
- "version": "1.1.2",
3
+ "version": "1.2.2",
4
4
  "description": "chartjs helper utils",
5
5
  "keywords": [
6
6
  "chart",
@@ -48,7 +48,7 @@
48
48
  "dist/chart-toolbox.min.js",
49
49
  "dist/defaults/plugins/index.js",
50
50
  "dist/defaults/plugins/index.d.ts",
51
- "assets/"
51
+ "README.md"
52
52
  ],
53
53
  "scripts": {
54
54
  "build": "tsc",
package/assets/icon.svg DELETED
@@ -1,27 +0,0 @@
1
- <svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="title desc">
2
- <rect x="48" y="72" width="160" height="120" rx="24" fill="#008800" fill-opacity="0.25"/>
3
- <rect x="48.75" y="72.75" width="158.5" height="118.5" rx="23.25"
4
- fill="none" stroke="#ffffff" stroke-opacity="0.35" stroke-width="1.5"/>
5
-
6
- <text x="128" y="150" text-anchor="middle"
7
- font-family="ui-sans-serif, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif"
8
- font-size="48" font-weight="700"
9
- fill="#000" fill-opacity="0.10" letter-spacing="2">
10
- STZ
11
- </text>
12
-
13
- <polyline points="84,88 60,128 84,168" stroke="#fff" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
14
- <polyline points="172,88 196,128 172,168" stroke="#fff" stroke-width="6" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
15
-
16
-
17
- <rect x="96" y="140" width="8" height="28" rx="2" fill="#ff6666"/>
18
- <rect x="124" y="112" width="8" height="56" rx="2" fill="#ffcc00"/>
19
- <rect x="152" y="92" width="8" height="76" rx="2" fill="#66cc66"/>
20
-
21
- <path d="M100 140 L127 113 L155 92" stroke="#0066cc" stroke-width="2" fill="none"/>
22
-
23
- <!-- Points -->
24
- <circle cx="100" cy="140" r="4" fill="#0066cc"/>
25
- <circle cx="127" cy="113" r="4" fill="#0066cc"/>
26
- <circle cx="155" cy="92" r="4" fill="#0066cc"/>
27
- </svg>