@esperanca-ui/componentes 2.14.12 → 2.14.13

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.
@@ -21786,15 +21786,16 @@ const Um = 760, $m = bt(function({
21786
21786
  );
21787
21787
  }),
21788
21788
  st.map((ge) => {
21789
- const Ne = s + 16;
21789
+ const Ne = s + 16, ke = Je !== 0, be = ke ? "end" : ge.anchor;
21790
21790
  return /* @__PURE__ */ m(
21791
21791
  "text",
21792
21792
  {
21793
21793
  x: ge.x,
21794
21794
  y: Ne,
21795
- textAnchor: ge.anchor,
21795
+ textAnchor: be,
21796
+ dominantBaseline: "hanging",
21796
21797
  className: "esp-chart-x-tick-text",
21797
- transform: Je !== 0 ? `rotate(${Je}, ${ge.x}, ${Ne})` : void 0,
21798
+ transform: ke ? `rotate(${Je}, ${ge.x}, ${Ne})` : void 0,
21798
21799
  children: ge.label
21799
21800
  },
21800
21801
  `x-tick-${ge.key}`