@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative T8 markdown syntax that can be used to describe the content of data interpretation reports.
10 lines (8 loc) • 313 B
JavaScript
var SCALE_ADJUST = 2;
var WIDTH_MARGIN = 0.5;
var LINE_STROKE_COLOR = '#5B8FF9';
var HIGHLIGHT_COLOR = '#FF8C00';
var ARROW_FILL_COLOR = 'rgb(250, 84, 28)';
var OPACITY = 0.6;
export { ARROW_FILL_COLOR, HIGHLIGHT_COLOR, LINE_STROKE_COLOR, OPACITY, SCALE_ADJUST, WIDTH_MARGIN };
//# sourceMappingURL=const.js.map