Flot pie chart gives error in firebug: “uncaught exception: Invalid dimensions for plot, width = null, height = null”

后端 未结 7 1431
盖世英雄少女心
盖世英雄少女心 2020-12-29 04:14

I using flot pie chart for plotting pie charts. but it shows error in firebug that

uncaught exception: Invalid dimensions for plot, width = null, heig

7条回答
  •  死守一世寂寞
    2020-12-29 04:58

    A quick solution I found is to just type something between the div tags. For example: Change

    to
    .
    or
    randomtext
    .

    Personally, I found that using space/tabs/newlines doesn't work in this quick solution.

提交回复
热议问题