Custom HTML block Gauge

Hi @Lars_Andersson,

For us to help you best, it’s always useful if you can provide any screenshots or details about your configuration along with your questions.

Since the Custom HTML Block is an advanced block that allows you to create data visualization using your own custom HTML, CSS, and JavaScript, you fully control what things look like and where things are.

In the screenshot that @JuliaKempf posted, the block configuration is the default configuration. So, if you create a new Custom HTML Block, you will be able to see the full object ( and if you look at the example, you can see how it’s displayed.

If you started from the Google Chart Gauge Example, it’s documentation is here:

https://developers.google.com/chart/interactive/docs/gallery/gauge

Working with this block would be really difficult if you’re unfamiliar with HTML, CSS, and Javascript. Here are some good resources that may help you get up to speed:

https://www.w3schools.com/