Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Apache Zeppelin-Highcharts displaying blank output #34

Open
tenyk opened this issue Jun 30, 2020 · 1 comment
Open

Apache Zeppelin-Highcharts displaying blank output #34

tenyk opened this issue Jun 30, 2020 · 1 comment

Comments

@tenyk
Copy link

tenyk commented Jun 30, 2020

hi @rockie-yang,@knockdata ,@weand ,@honnix
please help us with the below issue-
I am new to zeppelin and wanted to implement some drill down charts, for that
I configured HighCharts on our Zeppelin Tool to implement a drill down functionality. We placed the below jar files and stated the same in the Dependencies

Zeppelin-highcharts-0.6.4.jar
lift-json_2.11-2.6.3.jar
paranamer-2.4.1.jar
We tried executing the below code-

Para 1
val bank = spark.read.option("header",true).csv("/u01/zepplin/bank/bank2.csv")
bank.show()

Para 2-
import com.knockdata.spark.highcharts._
import com.knockdata.spark.highcharts.model._
highcharts(bank.series("x" -> "age", "y" -> sum(col("balance"))).orderBy(col("age"))).plot()

But this code is not able to plot anything, giving a blank out put.It just shows the tile(Chart Title). To rule out the browser compatibility issue I tried this on all the browsers too. Am I missing something here.Do we have any alternative for High-charts for custom visualization like drill down etc.
Getting output as shown below
HighCharts Issue

Thanks in Advance
Teny

@tenyk
Copy link
Author

tenyk commented Jul 8, 2020

Please let know if anyone can help me to resolve this

Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant