Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace bkcharts based BoxWhisker with pure bokeh implementation (#1604)
* Added CompositeElementPlot bokeh class * Removed all bkcharts based code * Added initial bokeh BoxWhisker implementation * Added support for CompositePlot styling * Added support for coloring and adding legend to BokehBoxPlot * Small fix for CompositeElementPlot * Added default styling for bokeh BoxWhiskerPlot * Fixed undefined variable bug * Improved bokeh BoxWhiskerPlot * Correctly invert bokeh range types * Append renderers to HoverTool * Fixes for overlaid BoxWhiskerPlot * Small fix to ElementPlot * Handle datetimes * Py3 scoping fix in BoxWhiskerPlot class definition * Cleaned up and optimized bokeh BoxWhiskerPlot * Small fix for BoxWhiskerPlot legend * Small boxwhisker unit test fix * Minor cleanup for bokeh BoxWhiskerPlot
- Loading branch information