@rfkit/charts 1.2.15 → 1.2.17
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 +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11943,7 +11943,8 @@ const TOOL_CONFIGS = [
|
|
|
11943
11943
|
supportedCharts: [
|
|
11944
11944
|
constants_ChartType.SingleFrequency,
|
|
11945
11945
|
constants_ChartType.Scan,
|
|
11946
|
-
constants_ChartType.MScan
|
|
11946
|
+
constants_ChartType.MScan,
|
|
11947
|
+
constants_ChartType.DDC
|
|
11947
11948
|
]
|
|
11948
11949
|
},
|
|
11949
11950
|
{
|