no-data-to-display.src.js 365 B

1234567891011121314
  1. /**
  2. * @license Highcharts JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/no-data-to-display
  4. * @requires highcharts
  5. *
  6. * Plugin for displaying a message when there is no data visible in chart.
  7. *
  8. * (c) 2010-2019 Highsoft AS
  9. * Author: Oystein Moseng
  10. *
  11. * License: www.highcharts.com/license
  12. */
  13. 'use strict';
  14. import '../../Extensions/NoDataToDisplay.js';