If all the selected fields are ordinals (categorical/strings, not numbers), no lines are graphed and the axis are distorted. This is due to the color assignment being unable to map a linear color scale onto the ordinals.
Need to refactor the color scale to something ordinal friendly, as well as include a timescale for timestamps.
If all the selected fields are ordinals (categorical/strings, not numbers), no lines are graphed and the axis are distorted. This is due to the color assignment being unable to map a linear color scale onto the ordinals.
Need to refactor the color scale to something ordinal friendly, as well as include a timescale for timestamps.