Skip to content

Commit

Permalink
Add line width unit to example chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Jul 24, 2023
1 parent 6ce55e3 commit f4ed738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/examples/deck.py
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ def load_deck_dash() -> None: # pylint: disable=too-many-statements
"extruded": True,
"multiplier": 0.1,
"line_width": 10,
"line_width_unit": "meters",
"point_radius_fixed": {
"type": "metric",
"value": {
Expand Down

0 comments on commit f4ed738

Please sign in to comment.