plost
plost copied to clipboard
Feature request
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