pace-chart-lib 1.0.10 → 1.0.12

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.
@@ -1,4 +1,4 @@
1
1
  import React from "react";
2
2
  import { type TChartProps } from "../ChartsWithAxisTypes.types";
3
- declare const ColumnHistogramChart: React.FC<TChartProps>;
4
- export default ColumnHistogramChart;
3
+ declare const HorizontalHistogramChart: React.FC<TChartProps>;
4
+ export default HorizontalHistogramChart;
@@ -121,6 +121,7 @@ export type TLegendEntry = {
121
121
  tooltip?: string;
122
122
  tooltipMeasure?: number;
123
123
  themeColor?: string;
124
+ lableFontColor?: string;
124
125
  };
125
126
  export declare const ConnecterCurve: {
126
127
  "1": string;