@rfkit/charts 1.2.22 → 1.2.23
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 +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2208,7 +2208,7 @@ var __webpack_modules__ = {
|
|
|
2208
2208
|
___CSS_LOADER_EXPORT___.push([
|
|
2209
2209
|
module.id,
|
|
2210
2210
|
`.sliderContainer-lJQLJn {
|
|
2211
|
-
pointer-events:
|
|
2211
|
+
pointer-events: none;
|
|
2212
2212
|
z-index: 6;
|
|
2213
2213
|
width: 100%;
|
|
2214
2214
|
height: 100%;
|
|
@@ -2218,6 +2218,7 @@ var __webpack_modules__ = {
|
|
|
2218
2218
|
|
|
2219
2219
|
.slider-Gua7k5 {
|
|
2220
2220
|
box-sizing: border-box;
|
|
2221
|
+
pointer-events: auto;
|
|
2221
2222
|
grid-template: "left-edge top-edge right-edge"
|
|
2222
2223
|
"left-edge middle right-edge" 1fr
|
|
2223
2224
|
"left-edge bottom-edge right-edge"
|
|
@@ -10630,10 +10631,9 @@ const Heatmap_Heatmap = (props)=>{
|
|
|
10630
10631
|
};
|
|
10631
10632
|
const modules_Heatmap = Heatmap_Heatmap;
|
|
10632
10633
|
const Heatmap_Chart_Chart = ({ publish, heatmapDefaultData })=>{
|
|
10633
|
-
const { state: { globalID, marker, zoom
|
|
10634
|
+
const { state: { globalID, marker, zoom }, dispatch } = useStore_useStore();
|
|
10634
10635
|
(0, __WEBPACK_EXTERNAL_MODULE_react__.useEffect)(()=>{
|
|
10635
10636
|
zoom.show = false;
|
|
10636
|
-
cursor.show = false;
|
|
10637
10637
|
dispatch({
|
|
10638
10638
|
payload: {
|
|
10639
10639
|
marker,
|