@tekkare/auriga 0.2.137 → 0.2.138

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/dist/module.json CHANGED
@@ -4,5 +4,5 @@
4
4
  "compatibility": {
5
5
  "nuxt": "^3.0.0"
6
6
  },
7
- "version": "0.2.137"
7
+ "version": "0.2.138"
8
8
  }
@@ -149,7 +149,11 @@ export default defineComponent({
149
149
  props.options["chart"] = {
150
150
  animations: { enabled: false },
151
151
  redrawOnParentResize: true,
152
- redrawOnWindowResize: true
152
+ redrawOnWindowResize: true,
153
+ zoom: {
154
+ enabled: true,
155
+ allowMouseWheelZoom: false
156
+ }
153
157
  };
154
158
  if (props.titleInChart) {
155
159
  props.options["title"] = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.137",
3
+ "version": "0.2.138",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",