@dschz/solid-uplot 0.5.1 → 0.5.2

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.
@@ -192,7 +192,7 @@ var legend = (Component, options = {}) => {
192
192
  "max-width": `${overRect.width - offset * 2}px`,
193
193
  "max-height": `${overRect.height - offset * 2}px`,
194
194
  "z-index": containerProps.zIndex,
195
- "pointer-events": "auto",
195
+ "pointer-events": "none",
196
196
  overflow: "auto",
197
197
  ...containerProps.style
198
198
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dschz/solid-uplot",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "SolidJS wrapper for uPlot — ultra-fast, tiny time-series & charting library",
5
5
  "type": "module",
6
6
  "author": "Daniel Sanchez <dsanc89@pm.me>",