# jquery.heat-progressbar **Repository Path**: mirrors_Unitech/jquery.heat-progressbar ## Basic Information - **Project Name**: jquery.heat-progressbar - **Description**: Jquery plugin for drawing easily a progressbar with heat color - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jquery.heat-progressbar [Follow Me on Twitter](https://twitter.com/strzel_a) ## Image  ## Options ### Default values val : Math.floor(Math.random()*100), # Value to pass, must be between 0-100 # else random values are used displayText : true, # Display value inside progressbar animate : true, # Animate progress bar ? delayMs : 120, # Delay to expand progress (only if animated) caractersToAdd : '', # Caracters to add after value displayed valueCss : '' # Add here CSS to customize value ## Example Example :
$('#heat-indicator').heatcolor({ value : 50, displayText : true, caractersToAdd : '°F', valueCss : 'font-weight : bold; color : white;' });