UNPKG

@highcharts/react

Version:
23 lines 479 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 Legend(props) { return null; } Legend._HCReact = { type: "HC_Option", HCOption: "legend", childOption: "labelFormat", defaultOptions: undefined, isArrayType: false, }; export default Legend; //# sourceMappingURL=Legend.js.map