@makolabs/ripple 0.0.1-dev.13 → 0.0.1-dev.14

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.
@@ -427,6 +427,12 @@
427
427
  nameGap: 30,
428
428
  splitLine: {
429
429
  show: grid.vertical || false
430
+ },
431
+ axisLine: {
432
+ show: true,
433
+ lineStyle: {
434
+ color: '#333'
435
+ }
430
436
  }
431
437
  },
432
438
 
@@ -442,7 +448,7 @@
442
448
  axisLine: {
443
449
  show: true,
444
450
  lineStyle: {
445
- color: getColor(axis.color)
451
+ color: '#333'
446
452
  }
447
453
  },
448
454
  axisLabel: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "0.0.1-dev.13",
3
+ "version": "0.0.1-dev.14",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "repository": {
6
6
  "type": "git",