Skip to content

Commit 57eb50c

Browse files
committed
Config - Update VueUiXy config
1 parent af6ddae commit 57eb50c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/useConfig.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,11 @@ export function useConfig() {
519519
radius: 3,
520520
useGradient: true,
521521
strokeWidth: 3,
522+
dot: {
523+
useSerieColor: true,
524+
fill: '#FFFFFF',
525+
strokeWidth: 0.5
526+
},
522527
labels: {
523528
show: false,
524529
offsetY: -6,
@@ -534,6 +539,11 @@ export function useConfig() {
534539
plot: {
535540
radius: 3,
536541
useGradient: true,
542+
dot: {
543+
useSerieColor: true,
544+
fill: '#FFFFFF',
545+
strokeWidth: 0.5
546+
},
537547
labels: {
538548
show: false,
539549
offsetY: -6,

0 commit comments

Comments
 (0)