-
panel=1.2.0
I'm trying to add support for Panel to https://github.com/louisnw01/lightweight-charts-python.
I need to use javascript defined in that project https://github.com/louisnw01/lightweig…
-
This is related to https://github.com/holoviz/hvplot/issues/551, but I think it is a more broad issue. For bar charts specifying columns order works as expected (except reversed legend), but for area …
-
How to add plot tooltips, since it is a parameter of figure and not an extra parameter of the plot (as bar and line)?
Here an example from Bokeh documentation.
```
TOOLTIPS = [
("index", "$i…
-
Altair is based on the javascript library called Vega. We should use it to graph the values
https://altair-viz.github.io/gallery/index.html
We should also check that Bokeh or Seaborn are not a bet…
-
Para visualizar los datos de manera coherente se podrían recurrir a diagramas de araña [se puede ver un ejemplo aquí](https://en.wikipedia.org/wiki/Radar_chart#/media/File:Spider_Chart2.jpg)
-
### Problem description
I'm using x_axis_type='datetime' DatetimeTickFormatter and I wish translate name of the mounths from English to Italian.
You can add this to the Bokeh
I'm attaching an e…
-
Sum of the status and what needs to be done to integrate the tool:
- [ ] If datafiles are there querries should not be rerun
- [ ] overall to slow, reduce number of querries and reuse more informa…
-
Hello @bryevdv and @pavithraes , This issue will provide you with the formal record of my outreachy's contribution to Bokeh community.
I have contributed to all three projects and completed all the a…
-
Bokeh's server functionality has been completely rewritten and reimagined (for the better, on the whole). Currently it does not have an "index page" of the sort that we rely upon for plots now. It'd b…
-
Hi all,
I'm using bokeh charts with python Flask to create a dashboard.
I set the chart sizing_mode="stretch_both" to fill the parent div. It fills the parent div dimension correctly on loading.…