Operations
Available
v1.0.0
Top 20 Processors
Ranked by loans processed
Live preview
Rendered from sample data fed via .data — exactly how your app feeds it.
Data contract
| Column | Type | Req |
|---|---|---|
| Name | string | ✓ |
| Value | number | ✓ |
| Sub | string | — |
| Rank | number | — |
| Format | string | — |
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-top20processors>) -->
<script type="module" src="https://widgets-d.afnai.com/cdn/afn-top20processors/v1/afn-top20processors.js"></script>
<!-- 2. Drop the tag -->
<afn-top20processors id="w"></afn-top20processors>
<!-- 3. Feed your data -->
<script>
const el = document.querySelector('#w');
el.data = [
{"Name":"Grace Liu","Value":184,"Sub":"avg 4.2 day turn","Format":"count"},
{"Name":"Omar Haddad","Value":171,"Format":"count"},
{"Name":"Nina Petrov","Value":163,"Format":"count"},
{"Name":"Carlos Mendez","Value":158,"Format":"count"},
{"Name":"Ava Thompson","Value":149,"Format":"count"},
{"Name":"Ryan Cole","Value":138,"Format":"count"}
];
</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.