@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 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 = 24;
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;