美文网首页
c3js提示Uncaught TypeError: Cannot

c3js提示Uncaught TypeError: Cannot

作者: 格吾刚哥 | 来源:发表于2016-10-18 17:14 被阅读82次

    使用c3js的data.onclick事件的时候,在控制台捕获了以下错误:

    Uncaught TypeError: Cannot read property 'getItem' of undefined`

    错误截图

    其实这是一个bug,在最新的0.4.11版本已经修复了这个问题

    解决方法就是更新到0.4.11或者参考这条pull进行修改:

    issue:https://github.com/c3js/c3/issues/1566
    pull:https://github.com/c3js/c3/pull/1564/

    相关文章

      网友评论

          本文标题:c3js提示Uncaught TypeError: Cannot

          本文链接:https://www.haomeiwen.com/subject/bljtuttx.html