jQWidgets Forums
Forum Replies Created
-
Author
-
February 8, 2016 at 3:08 pm in reply to: Dynamic binding in Angular Gauge Dynamic binding in Angular Gauge #81254
Any Update Guys?
February 8, 2016 at 7:22 am in reply to: Dynamic binding in Angular Gauge Dynamic binding in Angular Gauge #81218Hi Team,
Still waiting for you response how ever now I am now able to update gauge property values dynamically.Please refer below link and click on Start button.
http://jsfiddle.net/Sonuesf/bj5auao6/35/Now According to my requirement I have to show two Gauge per page so I have Implemented pagination thing in my application where 3 Gauge are plotting correctly first time. two Gauges in first page and one in Second page.Every thing is working fine as of now.
But now after first rendering of chart when you click on Start button you will get the error that I am trying to show you at the begging of this Post.
You will get error scope.apply is not a valid function.Please refer below sample in which you will found the behavior.http://jsfiddle.net/Sonuesf/bj5auao6/36/
I request you to please help me to resolve this issue as the purchasing of JqWidget license is dependent on this implementation.
Thanks & Regards,
RKFebruary 6, 2016 at 6:38 pm in reply to: Dynamic binding in Angular Gauge Dynamic binding in Angular Gauge #81201Hello Peter,
Still waiting for you reply however I have achieved every thing that I wanted to achieve.
Here is the fiddle sample I would request you to go through with my implementation.http://jsfiddle.net/Sonuesf/bj5auao6/15/
Now in above sample every thing is working fine but when I implemented same thing in my live project I am getting this warning/error however functionality is working fine.
$scope.gaugeSettingsArray[index].Source.apply is not a function.
I also dig down on jQwidget forum and I found this post.
http://www.jqwidgets.com/community/topic/jqx-gauge/Here Dimitar suggested how to resolve this problem but I am not able to implement same thing in my sample.
Can you tell how to implement this piece of code in my sample.I guess this might resolve my problem.
$scope.$on(‘jqxGaugeCreated’, function (event, arguments) {
$scope.jqxSettings.apply(‘val’, 6666);
});Looking forward for you help.
Thanks & Regards,
RahulFebruary 6, 2016 at 8:57 am in reply to: Dynamic binding in Angular Gauge Dynamic binding in Angular Gauge #81197Hi Peter,
Just forgot to tell you that click on SetNewValue button more than one time then you will be able to see the scenario.
Looking forward for you reply.
Thanks & Regards,
RahulFebruary 6, 2016 at 8:53 am in reply to: Dynamic binding in Angular Gauge Dynamic binding in Angular Gauge #81196Hi Peter,
I have changed my implementation just refer below link
http://jsfiddle.net/Sonuesf/bj5auao6/10/
To understand my scenario click on setNewValue button.
Now in alert message the values of gauge properties are getting changed but its not reflected in chart or what I can say its not refreshing.
All I want to achieve this after changing the properties value how to refresh the chart. Please help me Peter.Thanks & Regards,
RahulFebruary 6, 2016 at 5:56 am in reply to: Jqwidget angular integaration with jsfiddle Jqwidget angular integaration with jsfiddle #81188Thanks Ivailo
February 5, 2016 at 8:49 am in reply to: Jqwidget angular integaration with jsfiddle Jqwidget angular integaration with jsfiddle #81156Hi JqWidgetTeam,
Can any body resolve above mentioned issue please ?
Thanks & Regards,
Mahesh -
AuthorPosts