pattern-fill.src.js 355 B

1234567891011121314
  1. /**
  2. * @license Highcharts JS v8.2.0 (2020-08-20)
  3. * @module highcharts/modules/pattern-fill
  4. * @requires highcharts
  5. *
  6. * Module for adding patterns and images as point fills.
  7. *
  8. * (c) 2010-2019 Highsoft AS
  9. * Author: Torstein Hønsi, Øystein Moseng
  10. *
  11. * License: www.highcharts.com/license
  12. */
  13. 'use strict';
  14. import '../../Extensions/PatternFill.js';