diff --git a/docs/annotators.md b/docs/annotators.md
index 316f37e0..f7dc8ece 100644
--- a/docs/annotators.md
+++ b/docs/annotators.md
@@ -124,7 +124,7 @@ comments: true
- { align=center width="800" }
+ { align=center width="800" }
@@ -187,7 +187,28 @@ comments: true
- { align=center width="800" }
+ { align=center width="800" }
+
+
+
+=== "PercentageBar"
+
+ ```python
+ >>> import supervision as sv
+
+ >>> image = ...
+ >>> detections = sv.Detections(...)
+
+ >>> percentage_bar_annotator = sv.PercentageBarAnnotator()
+ >>> annotated_frame = percentage_bar_annotator.annotate(
+ ... scene=image.copy(),
+ ... detections=detections
+ ... )
+ ```
+
+
+
+ { align=center width="800" }
@@ -352,7 +373,7 @@ comments: true
- { align=center width="800" }
+ { align=center width="800" }
@@ -360,6 +381,10 @@ comments: true
:::supervision.annotators.core.BoundingBoxAnnotator
+## RoundBoxAnnotator
+
+:::supervision.annotators.core.RoundBoxAnnotator
+
## BoxCornerAnnotator
:::supervision.annotators.core.BoxCornerAnnotator
@@ -388,6 +413,10 @@ comments: true
:::supervision.annotators.core.HaloAnnotator
+## PercentageBarAnnotator
+
+:::supervision.annotators.core.PercentageBarAnnotator
+
## HeatMapAnnotator
:::supervision.annotators.core.HeatMapAnnotator
@@ -416,10 +445,6 @@ comments: true
:::supervision.annotators.core.TraceAnnotator
-## RoundBoxAnnotator
-
-:::supervision.annotators.core.RoundBoxAnnotator
-
## ColorLookup
:::supervision.annotators.utils.ColorLookup