1 Star 0 Fork 35

阿强:HarmonyOS/G2Plot

forked from antv/G2Plot 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
constant.ts 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
/**
* 需要从轴配置中提取出来作为 meta 的属性 key 列表
*/
export const AXIS_META_CONFIG_KEYS = [
'type',
'alias',
'tickCount',
'tickInterval',
'min',
'max',
'nice',
'minLimit',
'maxLimit',
// 坐标轴的范围
'range',
'tickMethod',
// type: 'log' 的底
'base',
// type: 'exp' 的指数
'exponent',
// time 类型的格式化
'mask',
];
/**
* 默认色彩
*/
export const DEFAULT_COLORS = {
GRADIENT: {
CONTINUOUS: '#BAE7FF-#1890FF-#0050B3',
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/licq_workspace/g2plot.git
git@gitee.com:licq_workspace/g2plot.git
licq_workspace
g2plot
G2Plot
master

搜索帮助