GenieFramework / Stipple.jl

The reactive UI library for interactive data applications with pure Julia.
MIT License
324 stars 27 forks source link

remove julia_to_vue, make OptDict an OrderedDict #280

Closed hhaensel closed 6 months ago

hhaensel commented 6 months ago

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.