Re: Is there any more angular display system examples ?

2016-09-14 Thread Corneau Damien
Hi Jeff, I think there might be some examples here: https://www.zeppelinhub.com/viewer/showcases/Visualization But I'm sure others that have some of their own, would post it here too On Wed, Sep 14, 2016 at 5:43 PM, Jeff Zhang wrote: > I looked at the following link about angular

Is there any more angular display system examples ?

2016-09-14 Thread Jeff Zhang
I looked at the following link about angular display system, it is very interesting. I just wonder is there any more examples and small widget built upon angular. Thanks https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/displaysystem/back-end-angular.html -- Best Regards Jeff Zhang

Re: Angular Display System

2016-08-15 Thread moon soo Lee
Thanks for filing an issue. ZEPPELIN-1329 is resolved by https://github.com/apache/zeppelin/pull/1317 and included in 0.6.1 release. Thanks, moon On Sun, Aug 14, 2016 at 9:09 PM Randy Gelhausen wrote: > I created https://issues.apache.org/ji

Re: Angular Display System

2016-08-14 Thread Randy Gelhausen
I created https://issues.apache.org/jira/browse/ZEPPELIN-1329 for this problem. Thanks, -Randy On Wed, Aug 10, 2016 at 12:07 PM, moon soo Lee wrote: > Thanks for reporting the problem. > > The API was provided by zeppelin-display module. Which was excluded > during the task scala 2.11 support.

Re: Angular Display System

2016-08-10 Thread moon soo Lee
Thanks for reporting the problem. The API was provided by zeppelin-display module. Which was excluded during the task scala 2.11 support. Could you file an issue? I can quickly create a patch for it. Best, moon On Wed, Aug 10, 2016 at 2:46 AM Randy Gelhausen wrote: > Has the backend Angular A

Angular Display System

2016-08-10 Thread Randy Gelhausen
Has the backend Angular API changed? The examples here don't work starting with the import statements: import org.apache.zeppelin.display.angular.notebookscope._ import AngularElem._ Result: :42: error: object angular is not a member of package org.apache.zeppelin.display import org.apache.zeppel