All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.es-modules.masters.modules.no-data-to-display.src.js Maven / Gradle / Ivy

The newest version!
/**
 * @license Highcharts JS [email protected]@ (@product.date@)
 * @module highcharts/modules/no-data-to-display
 * @requires highcharts
 *
 * Plugin for displaying a message when there is no data visible in chart.
 *
 * (c) 2010-2024 Highsoft AS
 * Author: Oystein Moseng
 *
 * License: www.highcharts.com/license
 */
'use strict';
import Highcharts from '../../Core/Globals.js';
import NoDataToDisplay from '../../Extensions/NoDataToDisplay/NoDataToDisplay.js';
const G = Highcharts;
NoDataToDisplay.compose(G.Chart, G.defaultOptions);
export default Highcharts;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy