|
1 |
| -import { CodeEditorSuggestionItem, CodeEditorSuggestionItemKind } from '@grafana/ui'; |
| 1 | +import { CodeEditorSuggestionItem } from '@grafana/ui'; |
2 | 2 |
|
3 | 3 | import { codeParameters, visualCodeParameters } from '../utils';
|
4 | 4 |
|
@@ -55,57 +55,6 @@ export const FORMAT_OPTIONS = [
|
55 | 55 | * Suggestions
|
56 | 56 | */
|
57 | 57 | export const CODE_EDITOR_SUGGESTIONS: CodeEditorSuggestionItem[] = [
|
58 |
| - { |
59 |
| - label: 'data', |
60 |
| - kind: CodeEditorSuggestionItemKind.Property, |
61 |
| - detail: 'Result set of panel queries.', |
62 |
| - }, |
63 |
| - { |
64 |
| - label: 'theme', |
65 |
| - kind: CodeEditorSuggestionItemKind.Property, |
66 |
| - detail: 'Theme object.', |
67 |
| - }, |
68 |
| - { |
69 |
| - label: 'echartsInstance', |
70 |
| - kind: CodeEditorSuggestionItemKind.Property, |
71 |
| - detail: 'Instance of the ECharts.', |
72 |
| - }, |
73 |
| - { |
74 |
| - label: 'echarts', |
75 |
| - kind: CodeEditorSuggestionItemKind.Property, |
76 |
| - detail: 'ECharts library.', |
77 |
| - }, |
78 |
| - { |
79 |
| - label: 'ecStat', |
80 |
| - kind: CodeEditorSuggestionItemKind.Property, |
81 |
| - detail: 'A statistical and data mining tool.', |
82 |
| - }, |
83 |
| - { |
84 |
| - label: 'locationService', |
85 |
| - kind: CodeEditorSuggestionItemKind.Property, |
86 |
| - detail: 'Browser location and history.', |
87 |
| - }, |
88 |
| - { |
89 |
| - label: 'eventBus', |
90 |
| - kind: CodeEditorSuggestionItemKind.Property, |
91 |
| - detail: 'Event bus for application events.', |
92 |
| - }, |
93 |
| - { |
94 |
| - label: 'replaceVariables', |
95 |
| - kind: CodeEditorSuggestionItemKind.Method, |
96 |
| - detail: 'Interpolate variables.', |
97 |
| - }, |
98 |
| - { |
99 |
| - label: 'notifySuccess', |
100 |
| - kind: CodeEditorSuggestionItemKind.Method, |
101 |
| - detail: 'Display successful notification.', |
102 |
| - }, |
103 |
| - { |
104 |
| - label: 'notifyError', |
105 |
| - kind: CodeEditorSuggestionItemKind.Method, |
106 |
| - detail: 'Display error notification.', |
107 |
| - }, |
108 |
| - |
109 | 58 | /**
|
110 | 59 | * Context
|
111 | 60 | */
|
|
0 commit comments