From 5ec0192bccd743374943131d6cae12c813dc198a Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Thu, 9 Apr 2020 22:47:50 +0300 Subject: [PATCH] fix: add lineWidth to Shared_DeckGL.jsx (#9496) * fix: add lineWidth to Shared_DeckGL.jsx * linting --- .../src/explore/controlPanels/Shared_DeckGL.jsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/superset-frontend/src/explore/controlPanels/Shared_DeckGL.jsx b/superset-frontend/src/explore/controlPanels/Shared_DeckGL.jsx index 61344feef..a08ee476c 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: {