gf-components 0.1.178 → 0.1.179
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +12 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -42471,6 +42471,7 @@ const T5 = 12, O_ = 14, B6e = Kt.tspan`
|
|
|
42471
42471
|
enableLabel: !1,
|
|
42472
42472
|
axisBottom: {
|
|
42473
42473
|
tickSize: 5,
|
|
42474
|
+
tickValues: 5,
|
|
42474
42475
|
legendPosition: "middle",
|
|
42475
42476
|
legendOffset: 40,
|
|
42476
42477
|
...d
|
|
@@ -42478,7 +42479,17 @@ const T5 = 12, O_ = 14, B6e = Kt.tspan`
|
|
|
42478
42479
|
axisTop: f,
|
|
42479
42480
|
axisLeft: null,
|
|
42480
42481
|
layers: [...h, w],
|
|
42481
|
-
tooltip: (T) => /* @__PURE__ */ m.jsx(dr, { body: (a == null ? void 0 : a(T)) || /* @__PURE__ */ m.jsx("span", { children: "Tooltip" }) })
|
|
42482
|
+
tooltip: (T) => /* @__PURE__ */ m.jsx(dr, { body: (a == null ? void 0 : a(T)) || /* @__PURE__ */ m.jsx("span", { children: "Tooltip" }) }),
|
|
42483
|
+
theme: {
|
|
42484
|
+
axis: {
|
|
42485
|
+
domain: {
|
|
42486
|
+
line: {
|
|
42487
|
+
stroke: "#000",
|
|
42488
|
+
strokeWidth: 1
|
|
42489
|
+
}
|
|
42490
|
+
}
|
|
42491
|
+
}
|
|
42492
|
+
}
|
|
42482
42493
|
}
|
|
42483
42494
|
) }),
|
|
42484
42495
|
/* @__PURE__ */ m.jsx(E, { data: e, keys: i })
|