mirror of
https://gitee.com/antv/g6.git
synced 2024-11-29 18:28:19 +08:00
chore: update version (#5908)
This commit is contained in:
parent
9c1345dc3f
commit
62b822bb38
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@antv/g6",
|
"name": "@antv/g6",
|
||||||
"version": "5.0.1",
|
"version": "5.0.2",
|
||||||
"description": "A Graph Visualization Framework in JavaScript",
|
"description": "A Graph Visualization Framework in JavaScript",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"antv",
|
"antv",
|
||||||
|
@ -2,7 +2,7 @@ import './preset';
|
|||||||
|
|
||||||
export * from './exports';
|
export * from './exports';
|
||||||
|
|
||||||
export const version = '5.0.1';
|
export const version = '5.0.2';
|
||||||
export const iconfont = {
|
export const iconfont = {
|
||||||
css: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.css',
|
css: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.css',
|
||||||
js: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.js',
|
js: '//at.alicdn.com/t/a/font_470089_8hnbbf8n4u8.js',
|
||||||
|
@ -750,7 +750,7 @@ export class Graph extends EventEmitter {
|
|||||||
* <en/> Add child node data to the tree node
|
* <en/> Add child node data to the tree node
|
||||||
* @param parentId - <zh/> 父节点 ID | <en/> parent node ID
|
* @param parentId - <zh/> 父节点 ID | <en/> parent node ID
|
||||||
* @param childrenData - <zh/> 子节点数据 | <en/> child node data
|
* @param childrenData - <zh/> 子节点数据 | <en/> child node data
|
||||||
* @description
|
* @remarks
|
||||||
* <zh/> 为组合添加子节点使用 addNodeData / addComboData 方法
|
* <zh/> 为组合添加子节点使用 addNodeData / addComboData 方法
|
||||||
*
|
*
|
||||||
* <en/> Use addNodeData / addComboData method to add child nodes to the combo
|
* <en/> Use addNodeData / addComboData method to add child nodes to the combo
|
||||||
|
Loading…
Reference in New Issue
Block a user