angular-gage icon indicating copy to clipboard operation
angular-gage copied to clipboard

Gauge Title not Displaying

Open deantawonezvi opened this issue 9 years ago • 2 comments

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>

deantawonezvi avatar Nov 10 '16 07:11 deantawonezvi

I need a reproducible demo, you can use plnker.

frapontillo avatar Nov 10 '16 10:11 frapontillo

I had trouble with the title not updating dynamically. Was using this for a dynamic title and it would always be a selection behind.

thezachcannon avatar Dec 02 '16 18:12 thezachcannon