flot - jQuery 图表插件(jquery.flot)lable使用方法

<scripttype="text/javascript">$(function(){varoptions={lines:{show:true,/*是否显示*/lineW... <script type="text/javascript">

$(function() {

var options = {
lines: {
show: true, /*是否显示*/
lineWidth:1 /*线条大小*/
},
points: {
show: true,
radius: 4, /*点的大小*/
},
label: { show: true,},
grid: { hoverable: true, clickable: true, show:true, aboveData: true, color:"#006fb3" },
colors: ["#d92093"],
yaxis: {min: 0, max: 100 },
xaxis: {
show: true,
/*mode: "time",
timezone: "browser",
minTickSize: [1, "hour"],
timeformat: "%H:%M"*/
}
};

var data = [];

$.plot("#placeholder", [[['50', 50],[20, 50],[30, 50],[40, 50],[50, 50],[60, 50],[70, 50]]], options);

});
</script>

如上js代码所示。label应该怎样使用才能显示。求详细代码,不要概念语言。。。。
展开
 我来答
zhaoapk
推荐于2016-03-31 · TA获得超过3771个赞
知道大有可为答主
回答量:1343
采纳率:40%
帮助的人:1607万
展开全部
    $(function () {

        var options = {
            lines: {
                show: true,
                /*是否显示*/
                lineWidth: 1 /*线条大小*/
            },
            points: {
                show: true,
                radius: 4,
                /*点的大小*/
            },
            label: {
                show: true,
            },
            grid: {
                hoverable: true,
                clickable: true,
                show: true,
                aboveData: true,
                color: "#006fb3"
            },
            colors: ["#d92093"],
            yaxis: {
                min: 0,
                max: 100
            },
            xaxis: {
                show: true,
                /*mode: "time",
                 timezone: "browser",
                 minTickSize: [1, "hour"],
                 timeformat: "%H:%M"*/
            }
        };

        var data = [];

        $.plot("#placeholder", [
          // 你是说这个吗?
          {label: 'data1', data: [
                ['50', 50],
                [20, 50],
                [30, 50],
                [40, 50],
                [50, 50],
                [60, 50],
                [70, 50]
          ]}
        ], options);

    });
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式