Nathan Reese

Results 61 comments of Nathan Reese

Sounds like a good idea. Can you please submit a PR with the doc changes?

I just tried the plugin and it works in 6.5. What branch are you using? Master branch supports 6.5. I added 6.5 instructions to the readme.

What steps did you take to get that error?

Just follow these instructions. You do not need to manually put anything in Kibana/node_modules. ``` cd KIBANA_HOME/plugins git clone [email protected]:nreese/kibana-time-plugin.git (or git clone https://github.com/nreese/kibana-time-plugin.git) cd KIBANA_HOME/plugins/kibana-time-plugin git checkout master bower...

Thanks for the detailed description with good test conditions. I was able to recreate the problem. The problem occurred when the brush extent gets rounded to snap the extent to...

There has been a lot of refactoring in Kibana between 7.0 and 7.5. It looks like SimpleEmitter used at https://github.com/nreese/kibana-time-plugin/blob/master/public/timeController.js#L9 no longer exists in 7.5. Try replacing it with `import...

try putting a break point in listen.js and seeing what is getting passed in.

I have not had time to look into the issue here is a guide for using chrome debugger to isolate the issue https://dzone.com/articles/debug-javascript-using-chrome-developer-tools

> After that plugin is getting displayed, but I don't know how it will affect the whole plugin. Please let me know what to do next? How should i re-rewrite...

There are no current plans to maintain this plugin.