@texturehq/edges 2.4.1 → 2.4.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.d.cts CHANGED
@@ -2745,6 +2745,13 @@ interface ChartContainerProps {
2745
2745
  * prop is provided.
2746
2746
  */
2747
2747
  onHiddenSeriesChange?: (updater: Set<string> | ((prev: Set<string>) => Set<string>)) => void;
2748
+ /**
2749
+ * Hide the bottom bar (legend + export button). Useful for small/embedded
2750
+ * charts — e.g. inline sparklines — where the legend and export affordance
2751
+ * add unwanted chrome. Defaults to false (bottom bar shown) to preserve
2752
+ * existing behavior for all current consumers.
2753
+ */
2754
+ hideBottomBar?: boolean;
2748
2755
  }
2749
2756
  /**
2750
2757
  * ChartContainer
package/dist/index.d.ts CHANGED
@@ -2745,6 +2745,13 @@ interface ChartContainerProps {
2745
2745
  * prop is provided.
2746
2746
  */
2747
2747
  onHiddenSeriesChange?: (updater: Set<string> | ((prev: Set<string>) => Set<string>)) => void;
2748
+ /**
2749
+ * Hide the bottom bar (legend + export button). Useful for small/embedded
2750
+ * charts — e.g. inline sparklines — where the legend and export affordance
2751
+ * add unwanted chrome. Defaults to false (bottom bar shown) to preserve
2752
+ * existing behavior for all current consumers.
2753
+ */
2754
+ hideBottomBar?: boolean;
2748
2755
  }
2749
2756
  /**
2750
2757
  * ChartContainer