f78c143f3b
* move in-house rest endpoints to private namespace * PHPCS sniff fixes |
||
---|---|---|
.. | ||
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 }
/>
);
}