We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb4e78 commit 1aaa344Copy full SHA for 1aaa344
1 file changed
frontend/app/datatools/types.ts
@@ -1,6 +1,6 @@
1
2
export interface PlotDataType {
3
- [method: string]: [number[] | string[], number[]];
+ [method: string]: [(number | string)[], (number | null)[]];
4
}
5
6
export interface PlotDataSet {
0 commit comments