FactorRange doesn't update x-axis VBar Plot

Solved it.

Changing p.x_range = FactorRange(fruits) to p.x_range.factors = fruits solves it.

1 Like