jasongilman / proto-repl-charts

An Atom Plugin extension for Proto REPL that allows displaying graphs.
MIT License
65 stars 4 forks source link

Spaces in chart title are displayed as %20 in tab title #5

Closed ghost closed 8 years ago

ghost commented 8 years ago

When creating a chart with spaces in its title, they are displayed as %20 in the tab title.

Example:

(defn f [x] (* x x))
(prc/line-chart "My F" {"f" (map f (range 0.0 0.6 0.2))})

Creates a chart tab titled "My%20F".

Maybe-Related: #3