@economic/taco 2.57.0-charts.0 → 2.57.0-charts.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/dist/taco.cjs +1 -1
- package/dist/taco.cjs.map +1 -1
- package/dist/taco.d.ts +1 -1
- package/dist/taco.js +1 -1
- package/dist/taco.js.map +1 -1
- package/package.json +2 -2
package/dist/taco.cjs
CHANGED
@@ -83280,7 +83280,7 @@ const Legend = ({ hoveredItem, selectedItem, data, onClick, setHoveredItem, form
|
|
83280
83280
|
};
|
83281
83281
|
return /* @__PURE__ */ React.createElement("div", { className: "flex-grow pl-4" }, /* @__PURE__ */ React.createElement("ul", { className: "mb-0 ml-0 mt-4 flex flex-col justify-center gap-1 space-y-1" }, renderLegendItem(null), data.map(renderLegendItem)));
|
83282
83282
|
};
|
83283
|
-
const DONUT_WIDTH =
|
83283
|
+
const DONUT_WIDTH = 16;
|
83284
83284
|
const HOVER_DONUT_WIDTH = 10;
|
83285
83285
|
const CenteredLabel = ({ radius, label, total, formatter }) => {
|
83286
83286
|
const totalInset = HOVER_DONUT_WIDTH + DONUT_WIDTH + DONUT_WIDTH;
|