Skip to content

Commit 5bbe4d8

Browse files
committed
Updated to support changes to pandas styler
1 parent 74d64c0 commit 5bbe4d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: examples/dashboard/dashboard_example_3.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def color_value(val):
5353
metrics.style
5454
.format("{:.2f}")
5555
.applymap(color_value)
56-
.highlight_null(null_color='gray')
57-
.render()
56+
.highlight_null(color='gray')
57+
.to_html()
5858
)
5959

6060
# Store content to be displayed in the dashboard

0 commit comments

Comments
 (0)