Freeboard / freeboard

A damn-sexy, open source real-time dashboard builder for IOT and other web mashups. A free open-source alternative to Geckoboard.
http://freeboard.io
MIT License
6.45k stars 1.2k forks source link

Setting widget title font size #280

Open thindata opened 3 years ago

thindata commented 3 years ago

Is there a way to set the font size of the widget title in the json file?

                                {
                                        "type": "gauge",
                                        "settings": {
                                                "title": "Test Widget",
                                                "value": "datasources[\"dweet\"][\"test\"]",
                                                "units": "",
                                                "min_value": 0,
                                                "max_value": 100
                                        }