jQWidgets Forums
Forum Replies Created
-
Author
-
January 29, 2015 at 3:33 pm in reply to: Jqwidget chart not loading in IE9 due to Dataadapter Jqwidget chart not loading in IE9 due to Dataadapter #66182
Please Note:
In server side for processing and returning data it is not even taking 2 milli seconds it is such fast .And all works in chrome but only not working in IE 9 .
It is highly impacting business .Please provide some valuable information as soon as possible .It would be a great help .January 29, 2015 at 2:38 pm in reply to: Jqwidget chart not working in IE9 it works only in chrome or IE 10 and above Jqwidget chart not working in IE9 it works only in chrome or IE 10 and above #66180HI Finally fund the problem is with source and data adapter .
I have mentioned clearly in the below post .Kindly sort me out on this issue .It is highly impacting the business.
http://www.jqwidgets.com/community/topic/jqwidget-chart-not-loading-in-ie9-due-to-dataadapter/January 29, 2015 at 2:33 pm in reply to: Charts is not drawn in IE8 Charts is not drawn in IE8 #66179If you could help me on this issue it would be great
http://www.jqwidgets.com/community/topic/jqwidget-chart-not-loading-in-ie9-due-to-dataadapter/January 29, 2015 at 1:49 pm in reply to: Charts is not drawn in IE8 Charts is not drawn in IE8 #66172Can you provide where there was comma and where you removed it.
Because for me also the chart is not working in IE 9January 29, 2015 at 5:17 am in reply to: Jqwidget chart not working in IE9 it works only in chrome or IE 10 and above Jqwidget chart not working in IE9 it works only in chrome or IE 10 and above #66157We are using <!DOCTYPE html> in our page and it didnt work.
It is highly critical bug which is kind of show stopper to us.
Is there a way of live sharing available so that you can help us .because this code cannot be shared since it is enterprise level secured.
Please provide some solution on the same.January 27, 2015 at 10:33 am in reply to: In Stacked chart Hide legend if not data for particular data In Stacked chart Hide legend if not data for particular data #66066I added at load complete event it worked as expected but clicking on someother legend this legend comes back automatically.
How to fix it?January 27, 2015 at 8:32 am in reply to: In Stacked chart Hide legend if not data for particular data In Stacked chart Hide legend if not data for particular data #66058Where i need to add this line of code?
I added at before processing part it didnt work.January 27, 2015 at 7:55 am in reply to: In Stacked chart Hide legend if not data for particular data In Stacked chart Hide legend if not data for particular data #66052I MEAN OUT OF RUNNING ,SWIMMING,CYCLING.iF CYCLING IS ZERO FOR ALL RECORD THEN THE CYCLING LEGEND HAS TO GET HIDE.Remaining two legend has to be shown.
January 22, 2015 at 1:46 pm in reply to: Jqwidget Stacked chart not working for specific data Jqwidget Stacked chart not working for specific data #65853Even i tried to specify the type as string it didnt work .
var source = {
type: ‘POST’,
datatype: ‘json’,
datafields: [{
name: ‘RunTime’}, {
name: ‘IdleTime’}, {
name: ‘XAxisItem’,
type: ‘string’}],
url: ‘../x/y’, root: ‘Rows’,beforeprocessing: function (data) {
}
};It is a very critical bug for us .Please help us to proceed further ASAP.
January 22, 2015 at 1:29 pm in reply to: Remove X axis text in stacked bar chart Remove X axis text in stacked bar chart #65850I am using custom tooltip like below but one problem is on hovering any stack i am seeing the text as common but i should see the idle time alone on hovering idle time and working time on hovering run time .
var toolTipCustomFormatFn = function (value, itemIndex, serie, group, categoryValue, categoryAxis) {return ‘<DIV style=”text-align:left”><b>Time: ‘ +
‘</b><br />Run Time: ‘ + $.x.y.z[itemIndex].RunTime +
‘</b><br />Idle Time: ‘ + $.x.y.z[itemIndex].IdleTime+
‘<br />During: ‘ + $.x.y.z[itemIndex].XAxisItem;
};January 22, 2015 at 1:26 pm in reply to: stackedcolumn100 and toolTip stackedcolumn100 and toolTip #65849One Question :
In stacked column we will have different Stack like running ,swimming,cycling .
On hovering swimming I should get only display text as “swimming:90” and on hovering cycling i should see “Running:20 “.How to Achieve this ??
January 22, 2015 at 11:30 am in reply to: Remove X axis text in stacked bar chart Remove X axis text in stacked bar chart #65843It just removed the text from x axiz and also it removed the text from the tooltip.
As i described i need to remove only text from bottom label not on the tooltip.Kindly help me out on this.January 9, 2015 at 1:36 pm in reply to: Jqwidget stacked chart before processing Jqwidget stacked chart before processing #65202IN CASE OF JQGRID WE WILL CALL UPDATEDATABOUND TO REFRESH GRID FROM NEW SET OF DATA FROM SERVER SIDE AND IF WE NEED TO MODIFY ANY DATA BEFORE BINDING TO GRID WE WILL WRITE IN beforeprocessing: function (data) {} IT WILL WORK AS EXPECTED .
iNCASE OF CHART WHETHER TO USE $(‘#chart-data’).jqxChart(‘refresh’) or $(‘#chart-data’).jqxChart(‘update’) TO UPDATE CHART WITH NEW SET OF DATA FROM SERVER SIDE AND ALSO WHERE WE NEED TO WRITE IF WE NEED TO DO ANY MANIPULATION LIKE SETTING MAX AND MIN BEFORE PROCESSING THE DATA TO CHART.ON FIRST POST I HAVE GIVEN THE FULL CODE WHAT I HAVE IMPLEMENTED,GET ME A SOLUTION AS SOON AS POSSIBLE.
January 9, 2015 at 12:48 pm in reply to: Jqwidget stacked chart before processing Jqwidget stacked chart before processing #65199NO It didnt work in updating the grid work it comes to data adapter then to download complete and then to load complete but not going to settings.
It is not working apart from that what can be used to update a chart with new set of data from server whether $(‘#chart-data’).jqxChart(‘refresh’) or $(‘#chart-data’).jqxChart(‘update’)
January 9, 2015 at 12:19 pm in reply to: Jqwidget stacked chart before processing Jqwidget stacked chart before processing #65195my idea is in before processing i will take var maxvalue =data.maxval(data from server).and in settings will set like
unitInterval: 2,
minValue: 0,
maxValue: maxvalue,
displayValueAxis: true,
description: ‘Time in Hours’,
tickMarksColor: ‘#888888’ -
AuthorPosts