Skip to content
Snippets Groups Projects
Commit 12890382 authored by stevereis's avatar stevereis
Browse files

Fix axis x data type

parent 118d8d12
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ export class LineResult {
@Field()
label: string;
@Field(() => Number)
@Field(() => [Number])
x: number[];
@Field(() => [Number])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment