JustGage无法正常使用Chrome上的Bootstrap

时间:2014-12-04 12:20:28

标签: jquery css twitter-bootstrap google-chrome justgage

我将JustGage包括在内:

var g1 = new JustGage({
              id: "g1", 
              value:32,
              min: 0,
              max: 100,
              title: "Country",
              label: "",
              levelColorsGradient: false,

              levelColors: [
                            "#cd0000",
                            "#0066cc",
                            "#006400"
                          ] 
            });

我把gage div放在:

<div id="g1" class="gage span3" style="width:200px;height:160px;"></div>

这应该在jsp页面上正确渲染量具,但它显示为:

enter image description here

现在看不到最大值,最小值和值。这在Firefox上运行正常,但在Chrome上没有。

0 个答案:

没有答案