Forum Discussion

mroberts_troy's avatar
mroberts_troy
Icon for Advocate II rankAdvocate II
2 years ago
Solved

Nonsequential Linear Progress Visual

For years we have used Craydec's "Timeline" visual to present non-sequential linear progress over categories including statuses.  The developer stopped supporting it a few years back, but you could s...
  • lbendlin's avatar
    lbendlin
    2 years ago

    This is how it looks like in a very simple Deneb without any optimization

     

    {
      "data": {"name": "dataset"},
      "mark": {"type": "bar"},
      "encoding": {
        "y": {
          "field": "LineID",
          "type": "nominal"
        },
        "x": {
          "field": "BeginMP",
          "type": "quantitative"
        },"x2": {
          "field": "EndMP"
        },"color":{
          "field": "Status"
        }
      }
    }