Hello, I think i'm being dense but do custom visua...
# gooddata-ui
t
Hello, I think i'm being dense but do custom visualisations let me create an entirely new visualisation widget? The examples on github seem to be replacing existing ui components but say I wanted a Gauge (from the examples) and a bullet chart (from the stock components) can I register a whole new gauge that will appear in the visualisations pallet?
j
Hi Toby, GoodData’s dashboard plugins system allows you to inject custom React components (like your Gauge chart) into specific areas of the dashboard UI, not to extend the built-in visualization catalog directly (i.e., they won’t appear alongside stock visuals like bar or bullet charts in the “Insert Visualization” palette by default).
t
Ok cool - thanks for confirming