Generated on Jan 18, 2025, 2:17:49 PMgemini-1.5-flash
{
"healthBar": {
"type": "descending",
"startValue": 0.5,
"endValue": 0,
"color": "#00FF00", //Green
"style": {
"shape": "rectangle", // or "bar", "segmented" etc. Specify desired shape
"border": {
"width": 2,
"color": "#008000" //Darker green border, adjust as needed
},
"background": {
"color": "#808080", //Grey background, adjust as needed
"opacity": 0.5
},
"animation": {
"duration": 1000, // 1 second animation, adjust as needed
"easing": "linear" // or "easeInOutQuad", "easeInCubic" etc. Specify desired easing function
},
"text": {
"enabled": true,
"font": "Arial",
"size": 14,
"color": "#000000", //Black text, adjust as needed
"format": "{value}%" // or "{value}/100" etc. Specify desired format
},
"position": {
"x": 50, // Adjust x and y coordinates as needed
"y": 50
},
"size": {
"width": 200, // Adjust width and height as needed
"height": 20
}
}
}
}