Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Fix broken location of scatter panel plugin #1839

Merged
merged 1 commit into from
Mar 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading