Skip to content

Commit c4c8101

Browse files
committed
feat: implement sparkline charts for stock history with updated intervals.
1 parent cd7df58 commit c4c8101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/valuecell/charts/sparkline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function Sparkline({
5656
bottom: 0,
5757
},
5858
xAxis: {
59-
type: "time",
59+
type: "category",
6060
show: false,
6161
axisLabel: {
6262
show: false,

0 commit comments

Comments
 (0)