devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
19 lines (18 loc) • 703 B
JavaScript
/**
* DevExtreme (cjs/viz/sankey/constants.js)
* Version: 23.2.6
* Build date: Wed May 01 2024
*
* Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
;
exports.COLOR_MODE_TARGET = exports.COLOR_MODE_SOURCE = exports.COLOR_MODE_NONE = exports.COLOR_MODE_GRADIENT = void 0;
const COLOR_MODE_GRADIENT = "gradient";
exports.COLOR_MODE_GRADIENT = "gradient";
const COLOR_MODE_SOURCE = "source";
exports.COLOR_MODE_SOURCE = "source";
const COLOR_MODE_TARGET = "target";
exports.COLOR_MODE_TARGET = "target";
const COLOR_MODE_NONE = "none";
exports.COLOR_MODE_NONE = "none";