Skip to content

Instantly share code, notes, and snippets.

@shakasom
Created November 8, 2021 13:17
Show Gist options
  • Save shakasom/0aeab83cce63b48437cecfb108ce759e to your computer and use it in GitHub Desktop.
Save shakasom/0aeab83cce63b48437cecfb108ce759e to your computer and use it in GitHub Desktop.
formatters = {
'latitude': {'type': 'progress', 'max': 90.00, 'color':'red'},
'longitude': {'type': 'progress', 'max': 180.00},
'large': {'type': 'tickCross'},
}
pn.widgets.Tabulator(df, formatters=formatters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment