removing julia_to_vue() fixes #275
making the OptDict an OrderedDict keeps the ordering of attributes, which is definitely a good thing and which removes the necessity to define another attributes function in StipplePlotly, where ordering was required.
removing
julia_to_vue()
fixes #275 making the OptDict an OrderedDict keeps the ordering of attributes, which is definitely a good thing and which removes the necessity to define another attributes function in StipplePlotly, where ordering was required.