@rfkit/charts 1.2.18 → 1.2.20
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/hooks/useSpectrumChartType.d.ts +1 -1
- package/index.js +132 -135
- package/package.json +1 -1
- package/types/store.d.ts +1 -0
package/package.json
CHANGED
package/types/store.d.ts
CHANGED
|
@@ -243,6 +243,7 @@ export interface FrequencyAllocationProps {
|
|
|
243
243
|
export interface LevelStreamProps {
|
|
244
244
|
cacheTime: number;
|
|
245
245
|
granularity: number;
|
|
246
|
+
maxPoints: number;
|
|
246
247
|
}
|
|
247
248
|
export interface EventBusProps {
|
|
248
249
|
onDoubleClick: (frequency: string, e: RecursiveObject) => void;
|