@rfkit/charts 1.1.25 → 1.1.26

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -14598,7 +14598,6 @@ function useSpectrumChartType({ type, heatmapElementID }) {
14598
14598
  if (type === constants_ChartType.MScan) {
14599
14599
  limit.show = false;
14600
14600
  signal.show = false;
14601
- marker.enabled = false;
14602
14601
  frequencyAllocation.show = false;
14603
14602
  }
14604
14603
  if (type === constants_ChartType.ScanDF360) {
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.1.25",
8
+ "version": "1.1.26",
9
9
  "private": false
10
10
  }