2018-08-20 21:18:13 +00:00
|
|
|
/** @format */
|
|
|
|
|
|
|
|
export { default as Chart } from './chart';
|
2018-11-12 14:34:51 +00:00
|
|
|
export { default as ChartLegend } from './d3chart/legend';
|
Add loading indicators, error state, and EmptyContent to the revenue report. (#347, woocommerce/woocommerce-admin#348)
* Add loading indiciators for the revenue report.
* Improve accessibility, and fix up some documentation comments.
* Fix top border on mobile
* Add EmptyContent Component and revenue error/empty states. (https://github.com/woocommerce/woocommerce-admin/pull/348)
* Add EmptyContent Component and revenue error/empty states.
* Move relative image handling to ImageAsset, combine secondary and primary action rendering, add some missing isRequired proptypes, add empty error handling.
* Handle PR Feedback: Clean up button css, set a default for illustration, fix deprecation typo, some code cleanup.
2018-09-05 16:45:49 +00:00
|
|
|
export { default as ChartPlaceholder } from './chart/placeholder';
|
2018-11-12 14:34:51 +00:00
|
|
|
export { default as D3Chart } from './d3chart';
|