Re: [Dev] [DS] Please review and merge this PR

2016-09-04 Thread Ramindu De Silva
Hi Tharik, Even when using the pull mode[1], it gets the provider data from [2]. And it gives the data according to the conf. But in our scenario, the conf (the query) is getting changes dynamically. And also, in the initial pull mode contains data (which is not filtered since it doesnt take the l

Re: [Dev] [DS] Please review and merge this PR

2016-09-02 Thread Tharik Kanaka
Hi Suho and Ramindu, Above fix is no needed as "else" block will be executed for realtime providers (push mode) [1]. There we call "draw" method of the chart which draw the chart even without the data. Then only we register call back to push. In that call back we don't redraw the chart we just u

Re: [Dev] [DS] Please review and merge this PR

2016-09-01 Thread Sriskandarajah Suhothayan
@Tharick how its working in Real-time provider without this fix? Regards Suho On Fri, Sep 2, 2016 at 11:02 AM, Ramindu De Silva wrote: > Hi DS team, > > Could you please review and merger PR[1]. > This was due to the new provider implemented to access DAS tables using > query params in the dash

[Dev] [DS] Please review and merge this PR

2016-09-01 Thread Ramindu De Silva
Hi DS team, Could you please review and merger PR[1]. This was due to the new provider implemented to access DAS tables using query params in the dashboard. Since the "registerCallBackForPush" method calls for the "update" method in the gadget, the gadget's view is not getting created using the sc