Thanks Moon. I do not have a good understanding of UI but really appreciate
the ease with which non-UI folks can get started with Zeppelin.

My end goal is to enable the customers to make a dashboard quickly. But I
don't want to branch off from Zeppelin and create a custom offering. So,
can I assume that these changes can be pushed back to Zeppelin and used by
anyone to create a new dashboard.

Regards,
Ashish

On Thu, Mar 24, 2016 at 9:49 PM, moon soo Lee <m...@apache.org> wrote:

> Hi Ashish,
>
> Thanks for the question.
> I think you'll need to leverage Angular display system [1] to achieve the
> features you want.
>
> With Angular displays system, you can create date picker and update all
> paragraphs on change. Same to Autocomplete search box.
> For linked graph (drilling down), i think you need to render your own
> graph inside of notebook and handle event from the graph.
>
> So it's pretty much possible but you'll need to write many codes inside of
> notebook.
> If you have any good idea or suggestion, please feel free to share.
>
> Thanks.
> moon
>
> [1]
> http://zeppelin.incubator.apache.org/docs/0.6.0-incubating-SNAPSHOT/displaysystem/angular.html
>
> On Thu, Mar 24, 2016 at 6:48 AM ashish rawat <dceash...@gmail.com> wrote:
>
>> Hi,
>>
>> Can someone please help. Also, if these are not possible currently, then
>> can Zeppelin be extended to make this possible?
>>
>> Regards,
>> Ashish
>>
>> On Wed, Mar 23, 2016 at 4:28 PM, ashish rawat <dceash...@gmail.com>
>> wrote:
>>
>>> Hi,
>>>
>>> I have been evaluating Zeppelin for making Analytics Dashboards and plan
>>> to use it with Spark SQL and Elastic Search. I have been able to get the
>>> basic stuff working but got stuck around the following functionalities. Can
>>> someone please help me out if following features are possible with Zeppelin:
>>>
>>>    - Timeline - display and select timelines (start time, end time),
>>>    which then apply to all the graphs in dashboard
>>>    - Linked graphs - filtering in one graph (eg. region ='north')
>>>    applies to all the subgraphs (or linked graphs)
>>>    - Search box with autocomplete - suggestions while user is typing
>>>    text in search box
>>>
>>>
>>> Regards,
>>> Ashish
>>>
>>
>>

Reply via email to