mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
moving vis_types file into visualizations directory
This commit is contained in:
parent
e51032bedf
commit
28acaf0a8d
3 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ define(function (require) {
|
|||
var handlerTypes = Private(require('components/vislib/lib/handler/handler_types'));
|
||||
var chartTypes = Private(require('components/vislib/vis_types'));
|
||||
var errors = require('errors');
|
||||
require('css!components/vislib/components/styles/main.css');
|
||||
require('css!components/vislib/styles/main.css');
|
||||
|
||||
/*
|
||||
* Visualization controller. Exposed API for creating visualizations.
|
||||
|
|
|
@ -14,7 +14,7 @@ define(function (require) {
|
|||
|
||||
beforeEach(function () {
|
||||
inject(function (d3, Private) {
|
||||
visTypes = Private(require('components/vislib/vis_types'));
|
||||
visTypes = Private(require('components/vislib/visualizations/vis_types'));
|
||||
visFunc = visTypes.histogram;
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue