Marco Vettorello

Results 136 comments of Marco Vettorello
trafficstars

The text truncation/clipping is already available using the `clipText` configuration on the first most layer. The truncation is a pure clipping, and it doesn't add an ellipsis in the text....

To use `clipText` the `minFontSize` and `maxFontSize` should be configured to be the same, if not the font scale reduction algo kicks in

Is a property of the root `layer` in the `fillLabel` ``` layers={[ { groupByRollup: (d: Datum) => d.sitc1, nodeLabel: (d: Datum) => productLookup[d].name, fillLabel: { fontWeight: 100, fontStyle: 'italic', minFontSize:...

> I can see that the legend can also have color picker. Is it applicable for heatmap too? You can probably add a color picker as done here: https://elastic.github.io/elastic-charts/?path=/story/legend--color-picker and...

@stratoula could you please check with Alona and in the current Kibana repo the reason (if any) for the existence of the `Rotate cell labels` feature? I'm wondering if that...

Yep, you are right, there should be two main types: one just for the API side and one used internally. In the example provided, we could have something along those...

I think this is just due to how the event loop works in javascript. First you execute the macrotask (and your callback is configured exactly to be called within the...

cc @monfera we where actually talking about related stuff a few days ago

@flash1293 can you give me more details of what is not working due to this behavior currently?

hey @VijayDoshi definitely this is something that we can support, as for the color picker we can also specify something to change the series name. Unfortunately, the usage of this...