Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.54 KB

developer.md

File metadata and controls

17 lines (14 loc) · 1.54 KB

Isolating existing tilemap visualization

The existing tilemap visualization's code is contained in serval places

Vislib visualizations are created by the following chain. ui/public/vislib/visualizations/vis_types.js <- ui/public/vislib/vislib.js <-
ui/public/vislib/vis.js

VislibVisType

I ran into a road block when trying to migrate tilemap to an external plugin when using the visualization type VislibVisType.

The visualization factories are provided by dictionaries defined in ui/public/vislib/lib/handler/handler_types.js and ui/public/vislib/visualizations/vis_types.js. There is no way to add new values to the dictionary. When kibana tries to create a new visualization, it can not find the required factories...bummer...so close