Skip to content

idzikovsky/zeppelin-highcharts-spline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zeppelin-highcharts-spline

Apache Zeppelin VISUALIZATION package using spline chart in Highcharts.

How to use

With Zeppelin-0.7 (released at Feb 5th, 2017)

1. Place zeppelin-highcharts-spline.json under your Helium local dir. (ZEPPELIN_HOME/helium/). If you don't have, just create a new one.

2. Restart Zeppelin under ZEPPELIN_HOME/

$ ./bin/zeppelin-daemon.sh restart

3. Browse Zeppelin and go to Helium menu -> enable zeppelin-highcharts-spline package

4. Draw graph with example code

%spark

print(s"""%table
Altitude\tTemperature
0\t15\n
10\t-50\n
20\t-56.5\n
30\t-46.5\n
40\t-22.1\n
50\t-2.5\n
60\t-27.7\n
70\t-55.7\n
80\t-76.5""")

After ZEPPELIN-0.8.0-SNAPSHOT don't need local ZEPPELIN_HOME/helium/ dir. Just go to Helium menu in Zeppelin, and enable the packages you want to use. Zeppelin will load available packages from its online repository and show you in Zeppelin GIU.

LICENSE

Please see this LICENSE.

About

Apache Zeppelin VISUALIZATION package using spline chart in Highcharts

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%