{ tag: 'crosstab', row: 2, col: 1, rows: 20, col_child : [ { title: '性别构成(人数)', at: 3, count: 2, child : [ { title: '男', at: 3, count: 1 }, { title: '女', at: 4, count: 1 } ] }, { title: '文化程度(人数)', at: 5, count: 7, child : [ { title: '高中、专科', at: 5, count: 2, child : [ { title: '人数', at: 5, count: 1 }, { title: '百分比', at: 6, count: 1 } ] }, { title: '本科', at: 7, count: 2, child : [ { title: '人数', at: 7, count: 1 }, { title: '百分比', at: 8, count: 1 } ] }, { title: '硕士、博士', at: 9, count: 2, child : [ { title: '人数', at: 9, count: 1 }, { title: '百分比', at: 10, count: 1 } ] }, { title: '合计', at: 11, count: 1 } ] }, { title: '年龄段薪资分布', at: 12, count: 5, child : [ { title: '60后', at: 12, count: 1 }, { title: '70后', at: 13, count: 1 }, { title: '80后', at: 14, count: 1 }, { title: '90后', at: 15, count: 1 }, { title: '合计', at: 16, count: 1 } ] } ], row_child : [ { title: '总公司', at: 5, count: 3, child : [ { title: '1.销售', at: 5, count: 1 }, { title: '2.服务', at: 6, count: 1 }, { title: '3.后勤', at: 7, count: 1 } ] }, { title: '西安分公司', at: 9, count: 3, child : [ { title: '1.销售', at: 9, count: 1 }, { title: '2.服务', at: 10, count: 1 }, { title: '3.后勤', at: 11, count: 1 } ] }, { title: '无锡分公司', at: 13, count: 3, child : [ { title: '1.销售', at: 13, count: 1 }, { title: '2.服务', at: 14, count: 1 }, { title: '3.后勤', at: 15, count: 1 } ] }, { title: '深圳分公司', at: 17, count: 3, child : [ { title: '1.销售', at: 17, count: 1 }, { title: '2.服务', at: 18, count: 1 }, { title: '3.后勤', at: 19, count: 1 } ] }, { title: '合计', at: 21, count: 1 } ] }