Marco Liberati

Results 84 comments of Marco Liberati

🤦 the main problem I had was a typo in a group name. I noticed when creating the fiddle. Anyway, this is a fiddle to reproduce the kind of visualization...

No. For instance, using the US states demo: `area` dimension property used for rect surface and the `population` property used as color

@mbondyra the layer dataViews switch bug should have been addressed in the latest version

> @dej611 I'm not understanding your use-case. EuiRange requires passing a `value` so it knows where to place the handle along the slider. Without a `value` the range slider is...

I made some experiments with annotation on the `left`/`right`/`bottom` axes tweaking some parameters. Initial state with overlap: Here's using the `chartPaddings` parameter (better, but the axes should shrink together with...

> you can also use `tickLabel: {padding: { inner: size_of_the_marker } }` instead of `tickLabel:{padding: size_of_the_marker}}` to I think this one is the best tradeoff at the moment. > If...

Managed to find a solution for all the various combinations (title + tick labels, title only, etc...) in this PR combining all the padding/margin parameters in the Axis component: https://github.com/elastic/kibana/pull/112952

~* [ ] Make it work for "Horizontal" XY charts (pics here from Lens and Visualize)~(horizontal time line is out of scope for now * [x] When using the vertical...

> ...but is also a very vast in terms of details, layout, interactions and rendering capabilities. There are various libraries that I've tried in the past, from [SigmaJS](https://www.sigmajs.org/) (recently revamped)...