Stéphane Campinas
Stéphane Campinas
It could be also another config option akin to [ignore](https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#ignore) where the struct's name would be specified. I don't think the type is available so the ignore wouldn't propagate to...
I experience the same error, also when using a guarded case statement.
This resolves the issue for me too, thanks!
The PR got merged, this can be closed.
Related #3197
There is now a documented process describing stabilisation so we'd have to go through the conditions set there.
The bubble would look just like it is now, but would show "50 events" by default. If https://github.com/elastic/kibana/issues/3090 is resolved maybe more information could be shown on tooltip, e.g., a...
it seems to be due to the scaling of the bubble.
To correct this problem, we could use the range overflow feature of the library http://visjs.org/examples/timeline/items/rangeOverflowItem.html
@iamambrus the color is fixed at configuration time https://github.com/sirensolutions/kibi_timeline_vis/pull/8. In retrospect, I shouldn't have done that since it was normal kibana behaviour. Maybe this could be reverted.