@tekkare/auriga 0.2.147 → 0.2.148

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.147"
7
+ "version": "0.2.148"
8
8
  }
@@ -194,7 +194,7 @@ export default defineComponent({
194
194
  }
195
195
  if (props.type === "line") {
196
196
  if (props.options["stroke"] === void 0) {
197
- if (allValues.length === 1) {
197
+ if (props.categories.length === 1 || allValues.length === 1) {
198
198
  props.options["stroke"] = { show: false };
199
199
  } else props.options["stroke"] = { width: 3, curve: "smooth" };
200
200
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tekkare/auriga",
3
- "version": "0.2.147",
3
+ "version": "0.2.148",
4
4
  "description": "Aurgia is a UI kit developped by Tekkare",
5
5
  "license": "MIT",
6
6
  "type": "module",