小编Sri*_*oud的帖子

jqplot,删除外边框

如何删除jqplot的外边框,请看下面的截图.我尝试了不同的选项并搜索它,但我没有得到解决方案. 在此输入图像描述

这是我的代码,

plot1 = $.jqplot(container, [data], {
        title: 'title',
        animate: true,
        animateReplot: true,
        seriesColors:['#00ADEE'],
        seriesDefaults: {
            renderer: $.jqplot.BarRenderer,
            shadow: false
        },
        axesDefaults: {
        },
        highlighter: {
            tooltipAxes: 'y',
            show: true,
            tooltipLocation: 'sw',
            formatString: '<table class="jqplot-highlighter"> \
      <tr><td>test:</td><td>%s</td></tr></table>'
        },
        grid: {borderColor: 'transparent', shadow: false, drawBorder: false, shadowColor: 'transparent'},
        axes: {
            xaxis: {
                renderer: $.jqplot.CategoryAxisRenderer,
                ticks:ticks
            },
            yaxis: {
                max:1000
            }
        }
    });
Run Code Online (Sandbox Code Playgroud)

请帮帮我.提前致谢.


这是JsFiddle 链接,我想删除外边框.

css jquery jqplot

5
推荐指数
2
解决办法
8330
查看次数

标签 统计

css ×1

jqplot ×1

jquery ×1