angular-gage
angular-gage copied to clipboard
Gauge Title not Displaying
The gauge is working perfectly but the title attribute does not seem to be working.
Here is the code:
<div justgage title="CASH" value=4500 decimals=2 min="{{min}}" value-font-color="black" max=5000 human-friendly-decimal=true custom-sectors="{{customSectors}}" level-colors="{{levelColors}}" format-number='true' donut="true" gauge-width-scale=0.4> </div>
I need a reproducible demo, you can use plnker.
I had trouble with the title not updating dynamically. Was using this for a dynamic title and it would always be a selection behind.