Re: Reactive Angular charts sample

2015-10-15 Thread Chad Roberts
n.incubator.apache.org" > Date: Thursday, October 15, 2015 at 4:31 PM > To: "users@zeppelin.incubator.apache.org" > Subject: Re: Reactive Angular charts sample > > Silvio, thanks for the examples. > > I'm a bit [totally] new when it comes to working with angula

Re: Reactive Angular charts sample

2015-10-15 Thread Silvio Fiorito
: Chad Roberts Reply-To: "users@zeppelin.incubator.apache.org<mailto:users@zeppelin.incubator.apache.org>" Date: Thursday, October 15, 2015 at 4:31 PM To: "users@zeppelin.incubator.apache.org<mailto:users@zeppelin.incubator.apache.org>" Subject: Re: Reactive Angul

Re: Reactive Angular charts sample

2015-10-15 Thread Chad Roberts
Silvio, thanks for the examples. I'm a bit [totally] new when it comes to working with angular. I'm running your map example and I get the map to display just fine, but how would I add markers to the map from a separate paragraph? Thanks, Chad On Tue, Oct 6, 2015 at 10:48 AM, Silvio Fiorito < s

Re: Reactive Angular charts sample

2015-10-06 Thread Silvio Fiorito
Hey everyone, Great I’m glad this was helpful! It definitely opens up a lot of possibilities to extend the power of Zeppelin UI. I’m also working on a few things to make Streaming a bit nicer, like a button to start/stop the streaming context and displaying realtime stats of the streaming job

Re: Reactive Angular charts sample

2015-10-06 Thread Tamas Szuromi
ode.jquery.com/jquery-1.8.2.min.js"</a>;); > > } > > if (!window.Highcharts) { > > loadLib("<a rel="nofollow" href="http://code.highcharts.com/4.0.4/highcharts.js"">http://code.highcharts.com/4.0.4/highcharts.js"<

RE: Reactive Angular charts sample

2015-10-06 Thread Partridge, Lucas (GE Aviation)
w.Highcharts) { loadLib("<a rel="nofollow" href="http://code.highcharts.com/4.0.4/highcharts.js"">http://code.highcharts.com/4.0.4/highcharts.js"</a>;); loadLib("<a rel="nofollow" href="http://code.highcharts.com/4.0.4/mo

Re: Reactive Angular charts sample

2015-10-06 Thread IT CTO
I think you should open a JIRA for - "One thing I did was to dynamically bind an Angular watch to the notebook paragraph, the other is to keep a reference of the watch so it can be unregistered when the paragraph is executed again. Otherwise it just keeps adding additional watchers." On Tue, Oct

Reactive Angular charts sample

2015-10-05 Thread Silvio Fiorito
Hi everyone, I’ve seen a few questions posted about how to effectively use the Angular interpreter for creating custom UIs or charts beyond what’s available out of the box. For a meetup talk I gave recently, I used Leaflet to map a query based on latitude and longitude. I know there’s a PR for