| | |
| | | }, |
| | | tooltip_date_format: i.date_to_str("%Y-%m-%d"), |
| | | tooltip_text: function(e, n, i) { |
| | | return "<b>任务:</b> " + i.text + "<br/><b>开始时间:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>结束时间:</b> " + t.templates.tooltip_date_format(n) |
| | | // return "<b>Task:</b> " + i.text + "<br/><b>Start date:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>End date:</b> " + t.templates.tooltip_date_format(n) |
| | | // return "<b>任务:</b> " + i.text + "<br/><b>开始时间:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>结束时间:</b> " + t.templates.tooltip_date_format(n) |
| | | return "<b>Task:</b> " + i.text + "<br/><b>Start date:</b> " + t.templates.tooltip_date_format(e) + "<br/><b>End date:</b> " + t.templates.tooltip_date_format(n) |
| | | } |
| | | }) |
| | | }, |