Skip to content

Commit 27915e1

Browse files
committed
numberOfRows -> numberOfPositionCharts
1 parent cf67576 commit 27915e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/data-vis/position-chart/PositionChart.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<g
7373
transform="translate({xFunction(value) + markerRadius},{chartHeight /
7474
2})"
75-
><circle r={markerRadius} cx="0" cy="0" fill="#FFB400" stroke="white"
75+
><circle r={markerRadius} cx="0" cy="0" fill="#CA357C" stroke="white"
7676
></circle></g
7777
>
7878
</svg>

0 commit comments

Comments
 (0)