omni icon indicating copy to clipboard operation
omni copied to clipboard

Empty radial bars do not convey available capacity.

Open steverfrancis opened this issue 2 years ago • 2 comments

On Omni overview, the radial bars that show utilized capacity do not convey anything when the used value is zero: image The above does not look like I have used 0 of 4 machines, more like I have no machines available. Change the stroke rgba(31,34,46,0.85) from: <path id="apexcharts-radialbarTrack-0" d="M 88 33.802439024390246 A 54.197560975609754 54.197560975609754 0 1 1 87.99054074119226 33.8024398498663" fill="none" fill-opacity="1" stroke="rgba(31,34,46,0.85)" stroke-opacity="1" stroke-linecap="butt" stroke-width="9.477609756097563" stroke-dasharray="0" class="apexcharts-radialbar-area" data:pathOrig="M 88 33.802439024390246 A 54.197560975609754 54.197560975609754 0 1 1 87.99054074119226 33.8024398498663">

to stroke="rgba(31,64,46,0.85)" image

steverfrancis avatar Jan 20 '23 23:01 steverfrancis