@highcharts/react
Version:
Official Highcharts integration for React
23 lines • 493 B
JavaScript
/**
* 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 PlotOptions(props) {
return null;
}
PlotOptions._HCReact = {
type: "HC_Option",
HCOption: "plotOptions",
childOption: "",
defaultOptions: undefined,
isArrayType: false,
};
export default PlotOptions;
//# sourceMappingURL=PlotOptions.js.map