7cdbbf87e8
* Update all wc-admin endpoints to v4 * Add namespace for products and customers controllers * Include product quantity in orders data store * Add coupons to extended data in the orders data store * Format order statuses response from database * Hook up orders table to orders endpoint * Add namespace to data endpoint controller * Add namespaces to remaining extended controllers * Use NAMESPACE var in place of wc/v4 * Update product links in orders table to products reports * Add coupons rest controller override * Format coupon code in response Co-Authored-By: joshuatf <joshuatf@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
report-chart.md | ||
report-error.md | ||
report-summary.md | ||
report-table.md |
README.md
Analytics Components
This folder contains components internally used by wc-admin
.
How to use:
Analytics components can be imported by their relative or absolute path.
import ReportChart from 'analytics/components/report-chart';
render: function() {
return (
<ReportChart
charts={ charts }
endpoint={ endpoint }
path={ path }
query={ query }
selectedChart={ selectedChart }
/>
);
}