Operations
Available
v1.0.0
Lock Extensions - Paid By
Extensions by party
Live preview
Rendered from sample data fed via .data — exactly how your app feeds it.
Data contract
| Column | Type | Req |
|---|---|---|
| Category | string | ✓ |
| Value | number | ✓ |
| Series | 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-lockextpaidby>) -->
<script type="module" src="https://widgets-d.afnai.com/cdn/afn-lockextpaidby/v1/afn-lockextpaidby.js"></script>
<!-- 2. Drop the tag -->
<afn-lockextpaidby id="w"></afn-lockextpaidby>
<!-- 3. Feed your data -->
<script>
const el = document.querySelector('#w');
el.data = [
{"Category":"Branch","Series":"Jun","Value":18},
{"Category":"Branch","Series":"Jul","Value":22},
{"Category":"Corporate","Series":"Jun","Value":9},
{"Category":"Corporate","Series":"Jul","Value":12},
{"Category":"Borrower","Series":"Jun","Value":5},
{"Category":"Borrower","Series":"Jul","Value":7},
{"Category":"Investor","Series":"Jun","Value":3},
{"Category":"Investor","Series":"Jul","Value":4}
];
</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.