C3JS - Cannot read property 'category10' of undefined

后端 未结 3 1347
花落未央
花落未央 2020-12-15 16:35

I tried this c3.js code from jsfiddle (https://jsfiddle.net/varunoberoi/mcd6ucge) but it doesn\'t seem to work in my localhost.

I\'m using uniserver as my server. I

3条回答
  •  北海茫月
    2020-12-15 16:49

    The issue is the version of C3 you're using doesn't support the version you're using:

    D3 ver | requires C3 ver
    3.x    |  0.4
    4.x    |  0.5
    5.x    |  0.6
    

    Simply make sure you're using the correct version of C3 and you should not see this error.

提交回复
热议问题