Hi,
I am trying to use Zeppelin Charts to visualize some data.
But I could not find a way to put some labels on axis. Also I have a data
whose value goes between lets say, 30.2 to 30.8 on Y-Axis. Unfortunately,
Y-Axis starts from 0 and thus I can only see a straight line which is not
expected.
So
Hi,
I am trying to visualize a hierarchy and need to get children dynamically
in javascript function just like the following:
$.getJSON(addthese.json, function(addTheseJSON) {
var newnodes = tree.nodes(addTheseJSON.children).reverse();
d.children = newnodes[0];
update(d);});
(http://
Hi,
One can design a complete UI by replacing/resizing paragraphs and switching
the notebook to "report" mode/theme. Getting output of single paragraphs as
iFrame is possible right now but I can not find a way to get whole report
as an iFrame (or sth similar) to embed my other site.
Is it somehow
bject, after:Object, *
> *context:org.apache.zeppelin.interpreter.InterpreterContext**) => {*
> *z.run(2, context)*
> *})*
>
> Let me know if it works.
>
> Thanks
> moon
>
> On Tue, Aug 18, 2015 at 9:49 AM hasan türken wrote:
>
>> Hi Moon,
>>
>> Yes, you ar
le to get updated value in scala side, by doing
>
> z.angular("selectedNode")
>
> Thanks,
> moon
>
> On Tue, Aug 18, 2015 at 6:02 AM hasan türken > wrote:
>
>> Hi,
>>
>> First of thanks for the awesome Angular interpreter, which seems to have
>
more we only
> send the compiledScope variable to the backend (can't send all the app
> scope)
> On Aug 18, 2015 11:41 PM, "hasan türken" wrote:
>
>> I could not understand why it is so hard. I just thought it was something
>> very similar what is shown in
JS.
>
> On Tue, Aug 18, 2015 at 3:39 PM, hasan türken wrote:
>
>> Thanks for quick response.
>> Checked the lines you shared, but I am new to Front-end development and
>> could not imagine how and where to access and play with the compileScope (I
>> think
he back-end
>
> On Tue, Aug 18, 2015 at 3:02 PM, hasan türken wrote:
>
>> Hi,
>>
>> First of thanks for the awesome Angular interpreter, which seems to have
>> a big potential.
>> I am trying to detect a change on an Angular variable using the Angular
>>
Hi,
First of thanks for the awesome Angular interpreter, which seems to have a
big potential.
I am trying to detect a change on an Angular variable using the Angular
interpreter. I am changing the Angular variable within a javascript
function, see the result but binded scala object does not change