Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
yilmazmurat
Contributor III
Contributor III

Gauge Measurment Color

Hey there,

I want to change the color of measurement in the middle of the Gauge.  Is this possible? I can't handle it with css. 

Thanks in advance.

NotInMyHouse1_0-1616405375414.png

 

Labels (1)
1 Solution

Accepted Solutions
yilmazmurat
Contributor III
Contributor III
Author

Well I found a solution.

Just add the code piece below to the json file of the theme. 

 

 

"gauge": {
"main": {
"color": "@TitleColor",
"fontSize": "@TitleSize"
},
"subTitle": {
"color": "@SubtitleColor",
"fontSize": "@SubtitleSize"
},
"footer": {
"color": "@FooterColor",
"fontSize": "@FooterSize",
"backgroundColor": "#ffffff"
},
"label": {
"name": {
"color": "@TextColor",
"fontSize": "@TextSize"
},
"value": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
}
}

View solution in original post

1 Reply
yilmazmurat
Contributor III
Contributor III
Author

Well I found a solution.

Just add the code piece below to the json file of the theme. 

 

 

"gauge": {
"main": {
"color": "@TitleColor",
"fontSize": "@TitleSize"
},
"subTitle": {
"color": "@SubtitleColor",
"fontSize": "@SubtitleSize"
},
"footer": {
"color": "@FooterColor",
"fontSize": "@FooterSize",
"backgroundColor": "#ffffff"
},
"label": {
"name": {
"color": "@TextColor",
"fontSize": "@TextSize"
},
"value": {
"color": "@TextColor",
"fontSize": "@TextSize"
}
}
}