Can someone please give me some input or code snippets as to how to accomplish value-labeling (vertically) above columns instead of inside columns?
Thanks!
A bit late, but better than never.
Inside the element object, put the following:
"label":
[
{
"content":
[
{"$ref":"size"}
],
"style:{"valign":"start","padding":-15}
}
]