Argument Axis
A property used to set chart's argument axis in a workspace.
The argumentAxis object, configures the argument axis individually.
By default, the argument axis will show just text, but by using the properties label, format, type and entity it can show a image.
{
argumentAxis: {
label: {
format: {
type: "image",
entity: "user",
mapping: {
id: "Oid",
name: "LoginName",
hasImage: "HasImage"
}
}
}
}
}