@rfkit/charts 1.1.33 → 1.1.34
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 +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -11151,8 +11151,7 @@ const TOOL_CONFIGS = [
|
|
|
11151
11151
|
supportedCharts: [],
|
|
11152
11152
|
excludedCharts: [
|
|
11153
11153
|
constants_ChartType.ScanDF360,
|
|
11154
|
-
constants_ChartType.LevelStream
|
|
11155
|
-
constants_ChartType.LiteNormalized
|
|
11154
|
+
constants_ChartType.LevelStream
|
|
11156
11155
|
]
|
|
11157
11156
|
},
|
|
11158
11157
|
{
|