@esic-lab/data-core-ui 0.0.55 → 0.0.56
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.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
- package/dist/index.cjs +0 -4084
- package/dist/index.d.cts +0 -573
- package/dist/index.d.mts +0 -545
- package/dist/index.d.ts +0 -545
package/dist/index.js
CHANGED
|
@@ -4607,7 +4607,6 @@ var BarChart = ({
|
|
|
4607
4607
|
render();
|
|
4608
4608
|
}, [data, height, margin, xDomain.toString(), yDomain.toString()]);
|
|
4609
4609
|
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("div", { ref: containerRef, style: { width: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)("svg", { ref: svgRef, role: "img", "aria-label": "Bar chart", style: { display: "block", width: "100%", height }, children: [
|
|
4610
|
-
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("title", { children: "Bar chart" }),
|
|
4611
4610
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { ref: gRef, transform: `translate(${margin.left},${margin.top})` }),
|
|
4612
4611
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { ref: xAxisRef }),
|
|
4613
4612
|
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)("g", { ref: yAxisRef })
|
package/dist/index.mjs
CHANGED
|
@@ -4550,7 +4550,6 @@ var BarChart = ({
|
|
|
4550
4550
|
render();
|
|
4551
4551
|
}, [data, height, margin, xDomain.toString(), yDomain.toString()]);
|
|
4552
4552
|
return /* @__PURE__ */ jsx45("div", { ref: containerRef, style: { width: "100%" }, children: /* @__PURE__ */ jsxs39("svg", { ref: svgRef, role: "img", "aria-label": "Bar chart", style: { display: "block", width: "100%", height }, children: [
|
|
4553
|
-
/* @__PURE__ */ jsx45("title", { children: "Bar chart" }),
|
|
4554
4553
|
/* @__PURE__ */ jsx45("g", { ref: gRef, transform: `translate(${margin.left},${margin.top})` }),
|
|
4555
4554
|
/* @__PURE__ */ jsx45("g", { ref: xAxisRef }),
|
|
4556
4555
|
/* @__PURE__ */ jsx45("g", { ref: yAxisRef })
|