@turquoisehealth/pit-viper 2.80.0 → 2.81.1

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.
@@ -124,6 +124,7 @@ seriesFormatType: "none" | "currency" | "percent";
124
124
  isLoading: boolean;
125
125
  enableFocusView: boolean;
126
126
  minHeight: number;
127
+ translateNullValues: boolean;
127
128
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
128
129
  chartRef: CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
129
130
  options: {
@@ -159,6 +160,7 @@ declare interface PvChartProps {
159
160
  isLoading?: boolean;
160
161
  enableFocusView?: boolean;
161
162
  minHeight?: number;
163
+ translateNullValues?: boolean;
162
164
  }
163
165
 
164
166
  declare interface PvDataTableProps<T> {