diff --git a/superset-frontend/src/explore/controlPanels/Shared_DeckGL.jsx b/superset-frontend/src/explore/controlPanels/Shared_DeckGL.jsx index 61344feef82..a08ee476c9f 100644 --- a/superset-frontend/src/explore/controlPanels/Shared_DeckGL.jsx +++ b/superset-frontend/src/explore/controlPanels/Shared_DeckGL.jsx @@ -234,6 +234,18 @@ export const lineColumn = { }, }; +export const lineWidth = { + name: 'line_width', + config: { + type: 'TextControl', + label: t('Line width'), + renderTrigger: true, + isInt: true, + default: 10, + description: t('The width of the lines'), + }, +}; + export const fillColorPicker = { name: 'fill_color_picker', config: {