UNPKG

@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.

17 lines (14 loc) 462 B
'use strict'; 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; exports.ARROW_FILL_COLOR = ARROW_FILL_COLOR; exports.HIGHLIGHT_COLOR = HIGHLIGHT_COLOR; exports.LINE_STROKE_COLOR = LINE_STROKE_COLOR; exports.OPACITY = OPACITY; exports.SCALE_ADJUST = SCALE_ADJUST; exports.WIDTH_MARGIN = WIDTH_MARGIN; //# sourceMappingURL=const.js.map