@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/package.json CHANGED
@@ -5,6 +5,6 @@
5
5
  "types": "index.d.ts",
6
6
  "author": "Hxgh",
7
7
  "license": "MIT",
8
- "version": "1.2.18",
8
+ "version": "1.2.20",
9
9
  "private": false
10
10
  }
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;