constants.js 581 B

12345678910111213141516
  1. /**
  2. * DevExtreme (viz/sankey/constants.js)
  3. * Version: 19.1.16
  4. * Build date: Tue Oct 18 2022
  5. *
  6. * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED
  7. * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
  8. */
  9. "use strict";
  10. Object.defineProperty(exports, "__esModule", {
  11. value: true
  12. });
  13. var COLOR_MODE_GRADIENT = exports.COLOR_MODE_GRADIENT = "gradient";
  14. var COLOR_MODE_SOURCE = exports.COLOR_MODE_SOURCE = "source";
  15. var COLOR_MODE_TARGET = exports.COLOR_MODE_TARGET = "target";
  16. var COLOR_MODE_NONE = exports.COLOR_MODE_NONE = "none";