prelert / kibana-swimlane-vis

Kibana swimlane visualization
Apache License 2.0
140 stars 41 forks source link

Build release for 6.3.0 #44

Closed Evesy closed 6 years ago

Evesy commented 6 years ago

Hi,

Would it be possible to build a release for the newly released Kibana 6.3.0 (https://www.elastic.co/blog/kibana-6-3-0-released)?

Cheers, Mike

peteharverson commented 6 years ago

Hi. A few code changes are required due to changes in the Kibana API between 6.2 and 6.3 (usage of Angular Providers, resizing, tooltips, and the colorpicker on the visualization options panel). I'll try and take a look in the next few days and will update this issue with progress.

yash199 commented 6 years ago

Hi, any update regarding build for 6.3.* !!

Thanks

peteharverson commented 6 years ago

Hi. It took a while longer than anticipated to make the code changes to support the changes in the Kibana API between 6.2 and 6.3, but I've just packaged up releases for 6.3.0 and 6.3.1. The distribution now contains the module for the colorpicker used in the options panel, since this was removed from Kibana in 6.3.0.

Please do report any issues you may find, and thanks for your interest in the plugin,