0.1.1 • Published 7 years ago

zeppelin-highcharts-spline v0.1.1

Weekly downloads
16
License
SEE LICENSE IN <L...
Repository
github
Last release
7 years ago

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.

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago