Mateusz Paprocki
Mateusz Paprocki
For example: ``` $ BOKEH_DEV=true BOKEH_RESOURCES=server-dev bokeh serve --port=5007 examples/bugs/issue11033.py 2021-03-17 13:33:03,665 Starting Bokeh server version 2.3.0-21-g79d8b9d69 (running on Tornado 6.1) 2021-03-17 13:33:03,667 User authentication hooks NOT provided (default user...
Fixes https://github.com/bokeh/bokeh/issues/13921 This PR improves positioning of `ScaleBar` by allowing mixed screen and data coordinates. Example: [Screencast from 30.07.2024 16:07:10.webm](https://github.com/user-attachments/assets/508b24d8-03f8-428b-a860-d8f76544f835) Code ```py import numpy as np from bokeh.core.properties import field...
The goal of this PR is allow both canvas and DOM/CSS rendering for renderers for which it makes sense, i.e. renderers that are UI components and renderers that include text....
This should be supported on client and server side. As an example consider two plots where one has years on an axis and clicking that year updates another plot with...
This is an experiment to add proper CSS4 color validation based on a parser and not ad-hoc regexes. I chose [lark](https://github.com/lark-parser/lark) as the parser library. For now this PR implements...
Currently our release process is mostly automated. However, post-release or starting new development cycle process is not. Thus a new action/workflow needs to be created that will do the following...
Restores support for default browser touch actions on touch devices when no tools using relevant touch events are active. fixes #14107
This adds a separate on demand bokehjs workflow for testing new versions of Chromium (issue #14090). This workflow is essentially equivalent to bokehjs' default workflow, but instead of running image...
It's been 10 versions since last upgrade, so it's time to upgrade. About 10% image baselines needed updating.