use line on stock price chart; more compact data transfer format
This commit is contained in:
@@ -26,7 +26,8 @@ export const getChartData = publicProcedure
|
||||
GROUP BY x
|
||||
ORDER BY x ASC
|
||||
`,
|
||||
"JSONEachRow"
|
||||
"JSONCompactEachRow"
|
||||
// "JSONEachRow"
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user