@rfkit/charts 1.3.7 → 1.3.8

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7183,6 +7183,7 @@ const Gauge_Gauge = ({ onChange })=>{
7183
7183
  chart?.reset();
7184
7184
  return true;
7185
7185
  }
7186
+ if (d.pstype === constants_PSType.Resize) return false;
7186
7187
  chart?.updateSeries(d);
7187
7188
  return true;
7188
7189
  }, [
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.3.7",
8
+ "version": "1.3.8",
9
9
  "private": false
10
10
  }