plost icon indicating copy to clipboard operation
plost copied to clipboard

Feature request

Open ChrisDelClea opened this issue 3 years ago • 0 comments

Hi @tvst ,

could you please add an easier way to pass individual color values? Why I am asking is, i have bar_chart and i want to add a color for each value in the bar chart:

plost.bar_chart(
data=df, 
bar="epic", 
value=["time_1", "time_2", "time_3"],
direction="horizontal", 
colors=["#0001","#0002","#0003"]
)

So each bar has the three times in a different color for all unquie values in epic. Also i saw you used the param legend=None but never passed any value, how could i use it to specifiy the x-axis value?

Best Regards Chris

ChrisDelClea avatar Jul 29 '22 08:07 ChrisDelClea