@htmlbricks/hb-chartjs 0.65.22 → 0.66.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/manifest.json +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
},
|
|
54
|
-
"description": "",
|
|
54
|
+
"description": "Embeds Chart.js (line, bar, pie, radar, time scales, etc.) inside the shadow DOM. Pass a JSON `data` object with `type`, `data`, and optional `options`; the chart is recreated on data changes and when the container resizes (ResizeObserver + debounced window resize). Clicking the canvas dispatches `chartClick` with the nearest point’s label and value.",
|
|
55
55
|
"storybookArgs": {
|
|
56
56
|
"data": {
|
|
57
57
|
"control": {
|
|
@@ -122,12 +122,13 @@
|
|
|
122
122
|
],
|
|
123
123
|
"readmePath": "README.md",
|
|
124
124
|
"name": "hb-chartjs",
|
|
125
|
-
"category": "
|
|
125
|
+
"category": "data",
|
|
126
126
|
"tags": [
|
|
127
|
-
"
|
|
127
|
+
"data",
|
|
128
|
+
"chart"
|
|
128
129
|
],
|
|
129
130
|
"size": {},
|
|
130
131
|
"iifePath": "main.iife.js",
|
|
131
132
|
"repoName": "@htmlbricks/hb-chartjs",
|
|
132
|
-
"version": "0.
|
|
133
|
+
"version": "0.66.0"
|
|
133
134
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-chartjs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.66.0",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Embeds Chart.js (line, bar, pie, radar, time scales, etc.) inside the shadow DOM. Pass a JSON `data` object with `type`, `data`, and optional `options`; the chart is recreated on data changes and when the container resizes (ResizeObserver + debounced window resize). Clicking the canvas dispatches `chartClick` with the nearest point’s label and value.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|