bokeh / bokeh-scala

Scala bindings for Bokeh plotting library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High-level API functionality

praveen-srinivasan opened this issue · comments

Hi,
In the Python version of bokeh, there are high-level helper methods like bar from bokeh.charts that make plotting really easy. Is there something similar for bokeh-scala or are there plans to add that?

@praveen-srinivasan, currently neither bokeh.plotting nor bokeh.charts is supported. bokeh.plotting is work in progress. bokeh.charts is planned, but first the Python implementation has to stabilize.