Skip to content

Commit 1269b24

Browse files
committed
Fix palette ordering
1 parent c721cfc commit 1269b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def tableau(res, states, palette):
219219
var_names=res.var_names,
220220
states=states,
221221
bins=res.bins,
222-
palette=palette,
222+
palette=palette[::-1],
223223
)
224224
return styler
225225

0 commit comments

Comments
 (0)