@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.
- package/index.js +0 -1
- 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) {
|