UNPKG

@ansible/react-json-chart-builder

Version:

A chart builder component in react, which uses JSON for schema.

12 lines 352 B
import onClick from './onClick'; import axisFormat from './axisFormat'; import labelFormat from './labelFormat'; import tooltipComponent from './tooltip'; export * from './types'; export default { onClick: onClick, axisFormat: axisFormat, labelFormat: labelFormat, tooltipComponent: tooltipComponent }; //# sourceMappingURL=index.js.map