Automattic / woocommerce-payments

Accept payments via credit card. Manage transactions within WordPress.
https://wordpress.org/plugins/woocommerce-payments/
Other
165 stars 67 forks source link

Payments Overview Widget - Total Payments Volume chart #8194

Open anu-rock opened 4 months ago

anu-rock commented 4 months ago

Description

Create a chart to visualize payments, refunds, and disputes for the given period, and show trends with respect to the selected comparison period.

Acceptance criteria

[!TIP] Check the design in additional context section below for up-to-date requirements.

Designs

image

Dev notes

We may leverage the same charting library as used by WooCommerce Analytics - D3.js:

image

chartjs.org also looks like a good candidate.

Additional context

anu-rock commented 4 months ago

Results of exploration related to choosing a charts library - pepjwh-Mz-p2. We compared Chart.js and D3.js, and are leaning toward the latter which is already included in WooCommerce core. But some more exploration is required to determine how to adapt D3 for our use case. Until that's sorted, marking this issue as blocked.

cc @mordeth