Skip to content

Commit

Permalink
[Rename] vis-type-xy plugin (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Kawika Avilla <kavilla414@gmail.com>
  • Loading branch information
kavilla authored and mihirsoni committed Mar 20, 2021
1 parent da7ac56 commit 54063dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "visTypeXy",
"version": "kibana",
"version": "opensearchDashboards",
"server": true,
"ui": true,
"requiredPlugins": ["charts", "expressions", "visualizations"]
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vis_type_xy/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
Plugin,
IUiSettingsClient,
PluginInitializerContext,
} from 'kibana/public';
} from 'opensearch-dashboards/public';

import { Plugin as ExpressionsPublicPlugin } from '../../expressions/public';
import { VisualizationsSetup, VisualizationsStart } from '../../visualizations/public';
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vis_type_xy/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* under the License.
*/

import { schema } from '@kbn/config-schema';
import { schema } from '@osd/config-schema';

export const config = {
schema: schema.object({ enabled: schema.boolean({ defaultValue: false }) }),
Expand Down

0 comments on commit 54063dd

Please sign in to comment.