Skip to content

Waterfalls handling date axes weirdly #3785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nicolaskruchten opened this issue Apr 17, 2019 · 0 comments · Fixed by #3791
Closed

Waterfalls handling date axes weirdly #3785

nicolaskruchten opened this issue Apr 17, 2019 · 0 comments · Fixed by #3791
Assignees
Labels
bug something broken

Comments

@nicolaskruchten
Copy link
Contributor

This figure looks weird: connectors aren't rendering in the right place?

image

{
  "data": [
    {
      "type": "waterfall",
      "mode": "markers",
      "decreasing": {
        "line": {
          "color": "#7f7f7f"
        }
      },
      "increasing": {
        "line": {
          "color": "#17becf"
        }
      },
      "x": [
        "2010-01-01",
        "2010-07-01",
        "2011-01-01",
        "2011-07-01",
        "2012-01-01",
        "2012-06-01"
      ],
      "xsrc": "dates",
      "y": [
        2,
        1,
        3,
        5,
        4,
        6
      ],
      "ysrc": "jagged ints"
    }
  ],
  "layout": {
    "xaxis": {
      "range": [
        "1998-06-24 10:40",
        "2228-12-06 13:20"
      ],
      "autorange": true
    },
    "yaxis": {
      "range": [
        -0.5,
        5.5
      ],
      "autorange": true
    },
    "autosize": true
  },
  "frames": []
}
@archmoj archmoj self-assigned this Apr 17, 2019
@archmoj archmoj added the bug something broken label Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants