superset2echarts
v1.1.7
Published
直接适配Superset接口数据,渲染成Echarts图或者Antd的表格
Downloads
5
Readme
Superset2Echarts
直接适配Superset接口数据,渲染成Echarts图或者Antd的表格
https://www.npmjs.com/package/superset2echarts
使用
<SupersetEcharts
style={{height: '600px', width: '900px'}}
supersetData={data}
/>
<SupersetAntdTable
style={{height: '600px', width: '900px'}} //整个表的高、宽
scroll={{x: 4000, y: 300}} //x、y轴滚动区间
supersetData={data} //superset返回结果
decimal={2} //保留小数位,默认6位
columnWidth={100} //列宽,默认150,与scroll.x配合调整
/>
发布
npm login
npm run build
npm publish
测试
npm link
cd [test project folder]
npm link superset2echarts
参考资料
http://baijiahao.baidu.com/s?id=1596374391710069787&wfr=spider&for=pc
https://www.jianshu.com/p/db6113c94dbc