@oliasoft-open-source/charts-library 4.7.0-beta-1 → 4.7.0-beta-3

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 CHANGED
@@ -22919,6 +22919,7 @@ const LineOptions = ({
22919
22919
  component: /* @__PURE__ */ jsx(
22920
22920
  Tooltip$2,
22921
22921
  {
22922
+ display: "inline-flex",
22922
22923
  text: selectedOption == null ? void 0 : selectedOption.label,
22923
22924
  placement: "bottom-start",
22924
22925
  enabled: !menuOpen,
@@ -24588,7 +24589,7 @@ const AxesOptions = (optionsPopover) => {
24588
24589
  {
24589
24590
  text: translations.axesOptions,
24590
24591
  placement: "bottom-start",
24591
- display: "flex",
24592
+ display: "inline-flex",
24592
24593
  children: /* @__PURE__ */ jsx(Button, { small: true, basic: true, colored: "muted", round: true, icon: /* @__PURE__ */ jsx(TbRuler, {}) })
24593
24594
  }
24594
24595
  )
@@ -24664,6 +24665,7 @@ const Controls = ({
24664
24665
  Menu,
24665
24666
  {
24666
24667
  menu: {
24668
+ placement: "bottom-end",
24667
24669
  sections: [
24668
24670
  ...getLineOptions({
24669
24671
  lineEnabled,
@@ -24723,6 +24725,7 @@ const Controls = ({
24723
24725
  /* @__PURE__ */ jsx(
24724
24726
  Tooltip$2,
24725
24727
  {
24728
+ display: "inline-flex",
24726
24729
  text: translations.downloadAsPNG,
24727
24730
  placement: "bottom-end",
24728
24731
  children: /* @__PURE__ */ jsx(
@@ -24760,6 +24763,7 @@ const Controls = ({
24760
24763
  table2 ? /* @__PURE__ */ jsx(
24761
24764
  Tooltip$2,
24762
24765
  {
24766
+ display: "inline-flex",
24763
24767
  text: showTable ? translations.showChart : translations.showTable,
24764
24768
  placement: "bottom-end",
24765
24769
  children: /* @__PURE__ */ jsx(