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 cf67576 commit 27915e1Copy full SHA for 27915e1
src/lib/components/data-vis/position-chart/PositionChart.svelte
@@ -72,7 +72,7 @@
72
<g
73
transform="translate({xFunction(value) + markerRadius},{chartHeight /
74
2})"
75
- ><circle r={markerRadius} cx="0" cy="0" fill="#FFB400" stroke="white"
+ ><circle r={markerRadius} cx="0" cy="0" fill="#CA357C" stroke="white"
76
></circle></g
77
>
78
</svg>
0 commit comments