AFN AFN Widgets
Gallery
Trend Available v1.0.0

12-Month Funded / Commission

Funded volume & commission · trailing 12 months

Live preview

Rendered from sample data fed via .data — exactly how your app feeds it.

Data contract

ColumnTypeReq
Month_Name string
Funded number
Commission number

Emits ready, error and widget-select when a mark is clicked — wiring up drill-down.

Embed code

URL:
Colours:
<!-- 1. Load the widget (self-registers <afn-12monthfundedcommission>) -->
<script type="module" src="https://widgets-d.afnai.com/cdn/afn-12monthfundedcommission/v1/afn-12monthfundedcommission.js"></script>

<!-- 2. Drop the tag -->
<afn-12monthfundedcommission id="w"></afn-12monthfundedcommission>

<!-- 3. Feed your data -->
<script>
  const el = document.querySelector('#w');
  el.data = [
    {"Month_Name":"Aug '24","Funded":32000000,"Commission":1280000},
    {"Month_Name":"Sep","Funded":35000000,"Commission":1400000},
    {"Month_Name":"Oct","Funded":30000000,"Commission":1200000},
    {"Month_Name":"Nov","Funded":38000000,"Commission":1520000},
    {"Month_Name":"Dec","Funded":41000000,"Commission":1640000},
    {"Month_Name":"Jan '25","Funded":29000000,"Commission":1160000},
    {"Month_Name":"Feb","Funded":33000000,"Commission":1320000},
    {"Month_Name":"Mar","Funded":39000000,"Commission":1560000},
    {"Month_Name":"Apr","Funded":44000000,"Commission":1760000},
    {"Month_Name":"May","Funded":42000000,"Commission":1680000},
    {"Month_Name":"Jun","Funded":46000000,"Commission":1840000},
    {"Month_Name":"Jul","Funded":40000000,"Commission":1600000}
  ];
</script>

v1 gets non-breaking fixes automatically; a breaking change bumps to the next major and never touches your embed. Bring-your-own-data: your app feeds the rows via .data. Integration guide — framework setup, versioning and the origin allowlist.