一级 二级 三级,用不同的背景色
mind: {
meta: {
name: 'jsMind',
author: 'hizzgdev@163.com',
version: '0.2'
},
format: 'node_tree',
data: {
id: 'root',
topic: '我是根',
'background-color': 'black',
children: [
{
id: 'source',
topic: '我是二级',
direction: 'left',
'background-color': 'blue',
children: [
{ id: 'source1', topic: '我是三级', 'background-color': 'red' },
{ id: 'source2', topic: '我是三级', 'background-color': 'red' },
{ id: 'source3', topic: '我是三级', 'background-color': 'red' }
]
}
]
}
},
怎么才能读出这样的数据,再渲染