Marco Vettorello

Results 136 comments of Marco Vettorello
trafficstars

Yes definitely, this is the final goal. I was considering the reconciler step to provide a bridge to the React world, but I'm totally fine going full JSON if we...

>Ok great! Should we open a new issue solely dedicated to the discussion of migrating to JSON schema? This issue is not really germane to the json or react reconciler...

https://github.com/elastic/elastic-charts/pull/1514 Partially solves this issue: the missing part is the ability to trim, wrap horizontal labels that could go hand in hand with https://github.com/elastic/elastic-charts/issues/1490

hey @qn895 can I ask you what is the expected behaviour of the applying `fit` to the dual band area chart? Are you going to replace `null` values here with...

hey @qn895 I've also another important question to ask: why the time series use different intervals? it looks like the "expected bounds" histogram has 6 minutes intervals whereas the throughput...

Thanks @flash1293, you are right that's a bug, the `onRenderChange` is not triggered in the case the chart is empty. We should fix that. I will investigate also about the...

Thanks @1Copenut for opening this I really like to have EUI support on this. In particular, I think we have a few aspects to consider and to align with (please...

I'd like to link this Kibana issue here so we can think of it when redesigning the tooltip https://github.com/elastic/kibana/issues/60013#issuecomment-638194954

Linking this other interesting requirement: https://github.com/elastic/kibana/issues/124034 add charts in tooltip

>To circle it back to charts specifically, if we're relying on tooltips for users to see the raw values of several points at once, we're using them wrong. Hi @cchaos...