We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0172de6 commit f69a955Copy full SHA for f69a955
src/core/components/gauge/gauge-class.js
@@ -207,7 +207,7 @@ class Gauge extends Framework7Class {
207
stroke: borderColor,
208
'stroke-width': borderWidth,
209
'stroke-dasharray': length / 2,
210
- 'stroke-dashoffset': (length / 2) * (progress - 1),
+ 'stroke-dashoffset': (length / 2) * (1 + progress),
211
fill: borderBgColor ? 'none' : (bgColor || 'none'),
212
};
213
Object.keys(backAttrs).forEach((attr) => {
0 commit comments