Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm new to building extensions, and I need to be able to assign a different color to each measure. I have created the definition object in the "items" property within the measure's definition; but, it doesn't work.
how should I write the paint function to make it change my measure text color?
Please help!!!
measures: {
uses: "measures",
min: 1,
max: 1,
items: {
colorTextExpression: {
type: "string",
label: "Text color expression",
ref: "qAttributeExpressions.0.qExpression",
component: "expression",
}
Hi
Please look in this extension it will help you for the same
https://github.com/ajaykakkar93/TableBox/blob/master/prop.js