本帖最后由 hw20101103 于 2014-02-11 17:30:44 编辑

解决方案 »

  1.   

    去官网查一下啊API。应该是有的,我改过
    类似于render或者format什么的
      

  2.   

    // create the chart
    Highcharts.setOptions({

    global: {
    useUTC: false//中文区时间格式
    }
    // 中文时间显示字符串替换
    ,
    lang: {
    months: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
    shortMonths : ['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
    weekdays: ['周日', '周一', '周二', '周三', '周四', '周五', '周六'],
    thousandsSep:''// 去掉千位的逗号
    }
    });
      

  3.   

    可以设置 lang,具体查询API吧
      

  4.   

    可以看看这个文章,http://liangsandian.com/a/highstock-record.html