Skip to content

feat(network): add Transactions-per-day chart to /network dashboard - #271

Merged
christabel888 merged 1 commit into
Stellar-Analysis:mainfrom
ndii-dev:issue-161-network-tx-per-day
Aug 21, 2026
Merged

feat(network): add Transactions-per-day chart to /network dashboard#271
christabel888 merged 1 commit into
Stellar-Analysis:mainfrom
ndii-dev:issue-161-network-tx-per-day

Conversation

@ndii-dev

Copy link
Copy Markdown
Contributor

Closes #161

Adds the second Network Dashboard panel from the pivot doc: a transactions-per-day time-series chart.

  • New fetchNetworkTransactionsPerDay() in frontend/src/lib/network-api.ts, hitting /api/v1/network/transactions-per-day (backend#16), with response normalization and graceful fallback to an empty series.
  • New TransactionsPerDayChart in frontend/src/components/charts/, reusing the existing recharts + ChartExportButton/chart-utils conventions already used by PaymentVolumeChart — no new charting dependency introduced.
  • Wired into /network/page.tsx next to the Payment Volume panel, with its own independent loading/empty state.

Adds fetchNetworkTransactionsPerDay() to the network API client and a
new TransactionsPerDayChart component (reusing recharts + the existing
ChartExportButton/chart-utils conventions from components/charts,
no new charting dependency), wired into the /network page.

Closes Stellar-Analysis#161
@christabel888
christabel888 merged commit 7e33e6d into Stellar-Analysis:main Aug 21, 2026
5 of 17 checks passed
@christabel888

Copy link
Copy Markdown
Contributor

Superseded by #282 which resolves the merge conflicts (stacked on top of the other /network dashboard PRs). Content merged there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Transactions-per-day time-series chart to /network, reuse src/components/charts

3 participants