Skip to content

Commit

Permalink
Add support to Kibana 6.6.X
Browse files Browse the repository at this point in the history
This closes #67
  • Loading branch information
enVolt authored and dlumbrer committed Apr 5, 2019
1 parent ed1f6ed commit b8fbf53
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions public/network_vis.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import "plugins/network_vis/network_vis.less";
import 'plugins/network_vis/network_vis_controller';

import 'ui/agg_table';
import 'ui/agg_table/agg_table_group';

import { CATEGORY } from 'ui/vis/vis_category';
import { KbnNetworkVisController } from './network_vis_controller'
import { VisFactoryProvider } from 'ui/vis/vis_factory';
import { Schemas } from 'ui/vis/editors/default/schemas';
import { VisTypesRegistryProvider } from 'ui/registry/vis_types';
Expand All @@ -29,8 +25,6 @@ function NetworkVisTypeProvider(Private) {
title: 'Network',
image,
description: 'Displays a network node that link two fields that have been selected.',
category: CATEGORY.OTHER,

visConfig: {
defaults: {
showLabels: true,
Expand Down

0 comments on commit b8fbf53

Please sign in to comment.