Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
DS0126
Contributor
Contributor

Custom Theme - setting comboChart attributes in custom theme

I have a custom theme (json,css,qext) working great except for the comboChart. The background color works but nothing else??? I am trying to set the dataPoint (show), the lineThickness, dataPointSize, etc (the properties of the comboChart)

Can anyone help with the correct syntax, please?

 "comboChart": {

                   "backgroundColor": "@dssMauveMid",

                  "dataPoint": {

                              "show": true

                     },

                     "components": [

                     {

                                "key": "line",

                                "style": {

                                           "dataPointSize": 8,

                                            "lineCurve": "linear",

                                            "lineThickness": 5,

                                              "lineType": "dashed"

                                }

                }

                ]

}

Labels (1)
1 Reply
nhenckel
Luminary
Luminary

Your theme setup looks solid, but based on the current custom theme documentation here, it seems there isn’t an option to set detailed ComboChart properties like dataPointSize or lineThickness directly in the JSON.

However, you might be able to style these elements using additional CSS overrides as a workaround.