Note from maintainers: This question as originally posed concerns the obsoleted and removed bokeh.charts
API. See Handling Categorical Data for information on Bar cahrts in modern Bokeh
The default color palette used in Bokeh's Bar chart's ColorAttr only has six elements and that poses obvious limitation. Supposedly one can change the Colorattr helper function with same a different palette like Spectral10
But I have a hard time figuring how to apply that to an actual chart. Does anyone have an example of how to do assign a new palette like Spectral10 to the ColorAttr function and then assign the new ColorAttr to a Bar char?
Thanks! SH