diff --git a/dashboards/forza_composite/index.html b/dashboards/forza_composite/index.html
index 51b3a73..93e8379 100644
--- a/dashboards/forza_composite/index.html
+++ b/dashboards/forza_composite/index.html
@@ -107,7 +107,7 @@ function draw(cur,max){
const pd=pc*totalLen;
ctx.beginPath();
if(pd<=arcLen){
- ctx.arc(sx,sy,sr,d2r(As),d2r(As+(Ae-As)*(pd/arcLen)),true);
+ ctx.arc(sx,sy,sr,d2r(As),d2r(As+(Ae-As)*(pd/arcLen)),false);
}else{
ctx.arc(sx,sy,sr,d2r(As),d2r(Ae),false);
ctx.lineTo(ex+(pd-arcLen)/lineLen*(lx-ex),ey);