zeppelin-advanced-transformation
v0.0.31-SNAPSHOT
Published
Advanced Transformation for Zeppelin Helium Visualization
Downloads
2
Readme
zeppelin-advanced-transformation
Advanced Transformation for Zeppelin Helium Visualization
- Detailed axis options
- Dynamic parameters
- Pretty setting panel
Usage
Development
- Create symbolic links like
# create sym links
ln -s $PWD/advanced-transformation.js $ZEPPELIN_HOME/zeppelin-web/src/app/tabledata/advanced-transformation.js
ln -s $PWD/advanced-transformation-setting.html $ZEPPELIN_HOME/zeppelin-web/src/app/tabledata/advanced-transformation-setting.html
# install lodash which is not provided by zeppelin
cd $ZEPPELIN_HOME/zeppelin-web; npm i lodash
- Import in Helium Visualizations
import { AdvancedTransformation, } from 'zeppelin-tabledata/advanced-transformation'
- Enable zeppelin-web
dev:helium
env
cd $ZEPPELIN_HOME/zeppelin-web
npm run dev:helium
# visit localhost:9000
Build (Production)
License
MIT