Is it possible to display vega/vega-lite bar based on period time column?
问题 I was wonder if it is possible to create a vega/vega-lite visualization , based on time periodic columns. For example , assume that i would like to display a graph of athletics results in a bar/other visualization. rio-2016-athletics I have tried to make some changes to simple bar chart bellow. I have edited only the "amount" column in order to display time-period results: "data": [ { "name": "table", "values": [ {"category": "1", "amount": 1:42.15}, {"category": "2", "amount": 1:42.61}, {