首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >高库存-步骤行不出现在图表出口上

高库存-步骤行不出现在图表出口上
EN

Stack Overflow用户
提问于 2014-11-17 09:41:51
回答 1查看 342关注 0票数 0

我指的是:http://jsfiddle.net/e4c1hLmo/1/。以下内容包含了3系列的对象。

代码语言:javascript
运行
复制
{
    "name": "Step Series 1",
    "data": [{
        "x": 1323532800000,
        "y": 5
    }, {
        "x": 1418227200000,
        "y": 5
    }],
    "step": true,
    "color": "#0000ff",
    "id": "stepSeries1",
    "yAxis": "testAxis"
},{
    "data": [................],
    "color": "#000000",
    "type": "line",
    "name": "Test Series 1",
    "yAxis": "testAxis",
    "id": "testSeries1"
},{
    "name": "Step Series 2",
    "data": [{
        "x": 1323532800000,
        "y": 4
    }, {
        "x": 1418227200000,
        "y": 4
    }],
    "step": true,
    "color": "#f1c232",
    "id": "stepSteries2",
    "yAxis": "testAxis"
}

目前,当我们执行图表导出,“步骤系列2”似乎没有出现。现在,当我交换series对象的顺序时,所有系列都将在导出过程中出现。

有人知道为什么吗?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-11-19 06:24:11

这是因为您为minmax设置了xAxis值。Step Series 1Step Series 2Step Series 1值不在此范围内。我注释了这些行,它运行得很好:http://jsfiddle.net/e4c1hLmo/7/

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/26969678

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档