For some reason the x axis was not displayed correctly when presented with continuous floating point data.
Does this still occur for x-axis?
Does the same happen for the y-axis?
As of current commit b1eb0d36b723a2aed0fde3fc5c646e1891d4d22d , there is no problem with this. THe code checks the data-type of both axes. Refer to lines 193-197 of scripts/json2vega.py.
For some reason the x axis was not displayed correctly when presented with continuous floating point data. Does this still occur for x-axis? Does the same happen for the y-axis?