zeppelin-highcharts-spline

0.1.1 • Public • Published

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""")

With ZEPPELIN-0.8.0-SNAPSHOT Don't need local ZEPPELIN_HOME/helium/ dir. Just go to Helium menu in Zeppelin, and enable it. Zeppelin will load available package from its online repository.

LICENSE

Please see this LICENSE.

Dependents (0)

Package Sidebar

Install

npm i zeppelin-highcharts-spline

Weekly Downloads

3

Version

0.1.1

License

SEE LICENSE IN <LICENSE>

Last publish

Collaborators

  • ahyoung