UNPKG

@highcharts/react

Version:
23 lines 472 B
/** * React integration. * Copyright (c) 2025, Highsoft * * A valid license is required for using this software. * See highcharts.com/license * * Built for Highcharts v.xx. * Build stamp: 2025-07-17 * */ export function XAxis(props) { return null; } XAxis._HCReact = { type: "HC_Option", HCOption: "xAxis", childOption: "title.text", defaultOptions: undefined, isArrayType: true, }; export default XAxis; //# sourceMappingURL=XAxis.js.map