who know?

May
3
awarded Popular Question
Apr
15
comment Generate JQPlot charts in Server
This is the same problem posted: stackoverflow.com/questions/10243332/jqplot-to-image
Apr
11
answered jqplot is not zooming properly when highlighting data
Mar
22
comment What's the good solution to display huge data on jqplot line?
Anyway, I found the solution for next issue. I used this $plot.replot({axes:{xaxis:{min:minX, max:maxX, numberTicks:10}}}); to replot the chart instead of just call $plot.replot()
Mar
22
comment What's the good solution to display huge data on jqplot line?
Thank for quick reply. It just change the xaxis's value, but there's only one value displayed as you can see in the new pictured I just added (after_replot.png). I have tried with the hard values (min and max) get from _dataBounds and it's fine. But if I change to flexible ways, the issue with xaxis happen
Mar
22
revised What's the good solution to display huge data on jqplot line?
added 127 characters in body
Mar
22
comment What's the good solution to display huge data on jqplot line?
the xaxis's value gone, after I changed min and max of xaxis. It just show only one tickle. do you know why?
Mar
22
accepted What's the good solution to display huge data on jqplot line?
Mar
22
awarded Supporter
Mar
19
comment What's the good solution to display huge data on jqplot line?
Great! thank you AnthonyLeGovic
Mar
19
asked What's the good solution to display huge data on jqplot line?
Nov
12
comment How to change the position of the resize line (vertical line) in latest jqGrid version
Hi guys, i found the solution and way to change it, thank all for take time on it. I remove the style each time it resize: $('#rs_mjsonmap').removeAttr("style"); then combine with the width again for column in jqgrid $("#jsonmap").jqGrid('setColProp',colModel[index].name,{width:width}); ,<-- this worked perfect. So, now i can resize the jqgrid's column inside specified width of jqgrid with the exactly position of resizing bar :)
Nov
12
comment How to change the position of the resize line (vertical line) in latest jqGrid version
Hi Oleg, its position should be changed because I make a change in resizeStop, then everything look good , except resizing bar, its position not compatible with the column width (for the first time resize, it works, but after resizing, postion of resizing bar appear wrong place as you can see in the picture), it's often overlap on the other column. So, that need to know how to control its position.
Nov
9
comment How to change the position of the resize line (vertical line) in latest jqGrid version
@Oleg: Thanks for your question, my english isn't good, yup, my question can describe like below. After user hold the mouse down, the resizing bar will appear (by this time, i want to change the its position when the first time it appear). is that clear?
Nov
9
comment How to change the position of the resize line (vertical line) in latest jqGrid version
thank Tornike, but that doesn't make scenes, I mean the link you suggest or the option "width " in this case don't help me solve the problem. And the problem here is the line (vertical line) each time you click on the header (for resize), hold the mouse down, you will see it appear, that's the line i want to change it's postion.
Nov
9
awarded Editor
Nov
9
revised How to change the position of the resize line (vertical line) in latest jqGrid version
edited title
Nov
9
answered Resize last column in jqgrid
Nov
9
asked How to change the position of the resize line (vertical line) in latest jqGrid version
Nov
9
awarded Citizen Patrol
1 2 3