AFN AFN Widgets
Gallery
Trend Available v1.0.0

Funded Volume by Channel

Funded $ by channel over time

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

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

<!-- 3. Feed your data -->
<script>
  const el = document.querySelector('#w');
  el.data = [
    {"Category":"Feb","Series":"Retail","Value":280000000},
    {"Category":"Feb","Series":"Wholesale","Value":92000000},
    {"Category":"Feb","Series":"Correspondent","Value":44000000},
    {"Category":"Mar","Series":"Retail","Value":310000000},
    {"Category":"Mar","Series":"Wholesale","Value":100000000},
    {"Category":"Mar","Series":"Correspondent","Value":48000000},
    {"Category":"Apr","Series":"Retail","Value":345000000},
    {"Category":"Apr","Series":"Wholesale","Value":108000000},
    {"Category":"Apr","Series":"Correspondent","Value":52000000},
    {"Category":"May","Series":"Retail","Value":372000000},
    {"Category":"May","Series":"Wholesale","Value":115000000},
    {"Category":"May","Series":"Correspondent","Value":55000000},
    {"Category":"Jun","Series":"Retail","Value":398000000},
    {"Category":"Jun","Series":"Wholesale","Value":121000000},
    {"Category":"Jun","Series":"Correspondent","Value":58000000},
    {"Category":"Jul","Series":"Retail","Value":360000000},
    {"Category":"Jul","Series":"Wholesale","Value":110000000},
    {"Category":"Jul","Series":"Correspondent","Value":50000000}
  ];
</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.