bonbon 0.4.2

A sweet and simple Rust library for generating static diabetes data visualizations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "background": "#ffffff",
    "grid_major": "#cbd5e1",
    "grid_minor": "#f1f5f9",
    "axis_lines": "#475569",
    "text_primary": "#0f172a",
    "text_secondary": "#334155",
    "text_dim": "#64748b",
    "glucose_high": "#c2410c",
    "glucose_low": "#b91c1c",
    "glucose_in_range": "#059669",
    "insulin": "#2563eb",
    "carbs": "#d97706",
    "glucose_reading_fill": "#dc2626",
    "glucose_reading_outline": "#64748b"
}