@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.cjs +10 -10
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/rhf/index.cjs +1 -1
- package/dist/rhf/index.cjs.map +1 -1
- package/dist/rhf/index.js +1 -1
- package/dist/rhf/index.js.map +1 -1
- package/package.json +1 -1
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
|