gf-components 0.1.138 → 0.1.140
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/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -34055,10 +34055,10 @@ const _le = Gt.span`
|
|
|
34055
34055
|
"legends",
|
|
34056
34056
|
f
|
|
34057
34057
|
],
|
|
34058
|
-
tooltip: (
|
|
34058
|
+
tooltip: (p) => /* @__PURE__ */ m.jsx(
|
|
34059
34059
|
pr,
|
|
34060
34060
|
{
|
|
34061
|
-
body: (o == null ? void 0 : o(
|
|
34061
|
+
body: (o == null ? void 0 : o(p)) || /* @__PURE__ */ m.jsx("span", { children: "Pie chart tooltip" })
|
|
34062
34062
|
}
|
|
34063
34063
|
)
|
|
34064
34064
|
}
|
|
@@ -40834,7 +40834,7 @@ const ha = 12, y5 = 14, Ms = Gt.tspan`
|
|
|
40834
40834
|
color: "hsl(197, 100%, 19%)",
|
|
40835
40835
|
// orange
|
|
40836
40836
|
name: "Aantal kritieke grondstoffen",
|
|
40837
|
-
legend: "Aantal"
|
|
40837
|
+
legend: "Aantal kritieke grondstoffen"
|
|
40838
40838
|
}
|
|
40839
40839
|
}, ehe = ({
|
|
40840
40840
|
data: e = [],
|