Automate issuer overlay creation from ticker searches
This commit is contained in:
@@ -55,7 +55,7 @@ export type GraphingChartDatum = Record<string, unknown> & {
|
||||
dateMs: number;
|
||||
};
|
||||
|
||||
export type GraphingComparisonData = {
|
||||
type GraphingComparisonData = {
|
||||
companies: GraphingCompanySeries[];
|
||||
chartData: GraphingChartDatum[];
|
||||
latestRows: GraphingLatestValueRow[];
|
||||
|
||||
Reference in New Issue
Block a user