cjdoris / Bokeh.jl

Interactive plotting made easy
https://cjdoris.github.io/Bokeh.jl
Other
77 stars 3 forks source link

[TODO] remove Symbols from the API #18

Open cjdoris opened 1 year ago

cjdoris commented 1 year ago

Currently some parts of the API take Symbol values (e.g. the display setting). Replace these all with strings, for consistency.

Symbols can probably also be removed from most of the internals too.