摘要: Below code will help to show onlymain range of data, the rest data which are not interested will be represented with same value but the actual data wo... 阅读全文
posted @ 2015-05-21 14:18 rongbin 阅读(133) 评论(0) 推荐(0) 编辑
摘要: Problem: Date MismatchBefore:The actual data in db:Data passed:Solution:Add below codes: Highcharts.setOptions({ // This is for all plots, change Dat... 阅读全文
posted @ 2015-05-19 12:10 rongbin 阅读(87) 评论(0) 推荐(0) 编辑
摘要: PHP code header("Content-type: text/json"); $items = array(); while($row = mysql_fetch_object($rs)){ $newDT = strtotime($row->dt) * 1000; $pa... 阅读全文
posted @ 2015-05-18 18:36 rongbin 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 如何避免插入相同的serials, $('#tester_tree').tree({ onClick: function(node){ /** Loop through series to check if tester is already plotted, donot insert ... 阅读全文
posted @ 2015-05-18 10:45 rongbin 阅读(100) 评论(0) 推荐(0) 编辑
摘要: We need extra info to show when moving cursor to point.Javascipts: formatter: function() { var rV = null; $.ajax({ dataType: "json", url: 'get... 阅读全文
posted @ 2015-05-15 13:56 rongbin 阅读(165) 评论(0) 推荐(0) 编辑
摘要: When bind ajax to tooltip, we wantonly show tooltip when cursor is hovering directly on the data pointApply below settingplotOptions: { series: { ... 阅读全文
posted @ 2015-05-15 13:50 rongbin 阅读(108) 评论(0) 推荐(0) 编辑
摘要: When using tree module from easyUI framework, click will not fired using below method:Html codeTESTER01TESTER02TESTER03 Wrong method:$('.tester').cli... 阅读全文
posted @ 2015-05-15 10:31 rongbin 阅读(161) 评论(0) 推荐(0) 编辑
摘要: Yesterday when I use highchart to draw line chart.When I add new serial, highchart failed to update, even I called redraw function. Only redraw when b... 阅读全文
posted @ 2015-05-15 09:38 rongbin 阅读(129) 评论(0) 推荐(0) 编辑