diff --git a/output/battlecards/charts/test_utilization_bar.png b/output/battlecards/charts/test_utilization_bar.png index bceb3d8..e59b517 100644 Binary files a/output/battlecards/charts/test_utilization_bar.png and b/output/battlecards/charts/test_utilization_bar.png differ diff --git a/src/battlecards/mini_charts.py b/src/battlecards/mini_charts.py index 8aabdb6..ec90019 100644 --- a/src/battlecards/mini_charts.py +++ b/src/battlecards/mini_charts.py @@ -3,7 +3,6 @@ import argparse import matplotlib matplotlib.use("Agg") import matplotlib.pyplot as plt -import matplotlib.patches as mpatches from matplotlib.path import Path as MPLPath # Python 3.14 matplotlib patch (required) _orig = MPLPath.__deepcopy__ @@ -18,17 +17,14 @@ from pathlib import Path from src.utils.styling import ( get_theme, - EXPORT_DPI, BUBBLE_ZONE, AI_SPEND, REVENUE, WARNING_ZONE, - NORMAL_ZONE, GRAY_DARK, GRAY_MEDIUM, WHITE, ) -from src.utils.export import save_chart MINI_FIGURE_SIZE = (5, 3) MINI_DPI = 300 @@ -209,7 +205,7 @@ class MiniChartEngine: -0.55, context_text, ha="center", - fontsize=MIN_LABEL_FONT_SIZE - 1, + fontsize=MIN_LABEL_FONT_SIZE, color=GRAY_MEDIUM, style="italic", )