Thanks for the video, Pat! Regarding truncation, I'm curious to know if you'd considered using the limit property for the text mark (which truncates based on a defined width)? You can make this dynamic with an expression (which will truncate according to series width), e.g.: "mark": { "type": "text", "limit": { "expr": "bandwidth('x')" } }
Hey, just been looking through your Deneb videos and loving the detail. Currently looking at it for a specific use case but not sure how best to approach. Is there somewhere I could contact you for some advice?
As always great stuff, many thanks
Thanks for the video, Pat! Regarding truncation, I'm curious to know if you'd considered using the limit property for the text mark (which truncates based on a defined width)?
You can make this dynamic with an expression (which will truncate according to series width), e.g.:
"mark": {
"type": "text",
"limit": {
"expr": "bandwidth('x')"
}
}
I did not know about that. Will check out what is likely a better way to handle truncation.
Hey, just been looking through your Deneb videos and loving the detail. Currently looking at it for a specific use case but not sure how best to approach. Is there somewhere I could contact you for some advice?
Thank you very much!
If you need to show not the sector name but like ...sector (32) where 32 be the quantity of companies, how would you do it?
This only works on marks? Not labels?