qlik-oss / sn-mekko-chart

A mekko chart
MIT License
12 stars 16 forks source link

feat: add legend styling #193

Closed vatharic closed 1 year ago

vatharic commented 1 year ago

Description

Adding the possibility to configure styling for the following properties for the mekko legend

Flag is CLIENT_IM_3051

Properties added to the components array:

{
  "key": "legend",
  "legend": {
    "title": {
      "fontFamily": "Courier, monospace",
      "fontSize": "24px",
      "color": { "index": -1, "color": "#ff5300" }
    },
    "label": {
      "fontFamily": "Didot, serif",
      "fontSize": "24px",
      "color": { "index": -1, "color": "#00ff0e" }
    }
  }
}