Juan Carniglia

Results 26 comments of Juan Carniglia

You probably have no "/usr/share/kibana/plugins/area3d_vis" folder. I just copy the code over to the src/core_plungins/ folder (on an "area3d_vis" folder) and then run "npm install vis" on that folder, to...

This is related to #3 . I will investigate on this, but it would seem that it is trying to use a Non Numeric value as a Number. Maybe check...

Can you paste here your view's configuration?

What do you have in "field1" ? What kind of data? Keep in mind that the documentation states: "The visualization needs one Metric (Count, Avg, Sum, Max, Min) which will...

I just committed a new version of this component with minor changes. Your aggregations should be done on a NUMERIC field (long). This aggregations are the X / Y positions....

I just released a Kibana 6.0.0-alpha1 version of this plugin (Actually, a clone of this one). https://github.com/JuanCarniglia/kbn_sankey_vis Let me know if it works for you guys. Thanks!

Please paste the error result here. It might be a missing dependency or maybe a wrong path (A lot of them changed from 4.x to 5.x and to 6.x, but...

Just committed a working version for Kibana 5.5 on my http://github.com/JuanCarniglia/kbn_sankey_vis, check the releases folder.

Are you still on Kibana 4.4?

Ok, you are all facing the same issue? If so I will try and get a 4.4 release running.