We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6ddae commit 57eb50cCopy full SHA for 57eb50c
src/useConfig.js
@@ -519,6 +519,11 @@ export function useConfig() {
519
radius: 3,
520
useGradient: true,
521
strokeWidth: 3,
522
+ dot: {
523
+ useSerieColor: true,
524
+ fill: '#FFFFFF',
525
+ strokeWidth: 0.5
526
+ },
527
labels: {
528
show: false,
529
offsetY: -6,
@@ -534,6 +539,11 @@ export function useConfig() {
534
539
plot: {
535
540
536
541
542
543
544
545
546
537
547
538
548
549
0 commit comments