AFN AFN Widgets
Gallery
Trend Available v1.0.0

Funded Last 13 Months

Funded volume, trailing 13 months

Live preview

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

Data contract

ColumnTypeReq
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-fundedlast13months>) -->
<script type="module" src="https://widgets-d.afnai.com/cdn/afn-fundedlast13months/v1/afn-fundedlast13months.js"></script>

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

<!-- 3. Feed your data -->
<script>
  const el = document.querySelector('#w');
  el.data = [
    {"Category":"Jul '24","Value":3100000},
    {"Category":"Aug","Value":3400000},
    {"Category":"Sep","Value":2900000},
    {"Category":"Oct","Value":3600000},
    {"Category":"Nov","Value":3200000},
    {"Category":"Dec","Value":2700000},
    {"Category":"Jan '25","Value":3000000},
    {"Category":"Feb","Value":3300000},
    {"Category":"Mar","Value":3800000},
    {"Category":"Apr","Value":4100000},
    {"Category":"May","Value":3900000},
    {"Category":"Jun","Value":4300000},
    {"Category":"Jul","Value":4000000}
  ];
</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.