organization.src.js 343 B

12345678910111213
  1. /**
  2. * @license Highcharts JS v9.0.1 (2021-02-16)
  3. * Organization chart series type
  4. * @module highcharts/modules/organization
  5. * @requires highcharts
  6. * @requires highcharts/modules/sankey
  7. *
  8. * (c) 2019-2021 Torstein Honsi
  9. *
  10. * License: www.highcharts.com/license
  11. */
  12. 'use strict';
  13. import '../../Series/Organization/OrganizationSeries.js';