Skip to content

Commit

Permalink
[BUGFIX] Fix broken location of scatter panel plugin (#1839)
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr>
  • Loading branch information
AntoineThebaud committed Mar 14, 2024
1 parent d376176 commit ff6f81b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type TraceQueryDefinition<PluginSpec = UnknownSpec> = QueryDefinition<'Tr
// TODO: Add support for scatter chart formatting options.
// Some scaffolding has been done to support formatting options.
// This includes the interface below which still needs implementation.
// Note: The interface attributes must match schemas/panels/scatter/scatter.cue
// Note: The interface attributes must match cue/schemas/panels/scatter/scatter.cue
// eslint-disable-next-line @typescript-eslint/no-empty-interface
export interface ScatterChartOptions {}

Expand Down

0 comments on commit ff6f81b

Please sign in to comment.