bfe5a75e98
* Translation call text domain change from “wc-admin” to “woocommerce-admin”. * Fix .pot file generation. * Fix errantly closed array item in /revenue/stats controller. * Rename plugin zip, main file, and repo name to "woocommerce-admin". |
||
---|---|---|
.. | ||
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 woocommmerce-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 }
/>
);
}