use line on stock price chart; more compact data transfer format

This commit is contained in:
2025-03-02 17:53:59 -05:00
parent 3732680d52
commit 906e63eb91
3 changed files with 18 additions and 4 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ export const getChartData = publicProcedure
GROUP BY x
ORDER BY x ASC
`,
"JSONEachRow"
"JSONCompactEachRow"
// "JSONEachRow"
);
});