Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to change text format of the label in map chart. I would like to make it bigger and bold it.
I know that I can change the size of the flag but I am thinking about text label.
Hello,
This question was already addressed in Data Points On Layered Map [1].
In brief explanation, the solution is to:
1. Create custom themes in Qlik Sense
2. Add the part "value": {"fontSize": "35px", "color":"blue"} for the "mapChart"
3. And the result would be bigger text with custom color
4. For more information and step by step example, you can follow the answer in post [1]
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.
---
[1] https://community.qlik.com/t5/App-Development/Data-Points-On-Layered-Map/m-p/1880219#M72546
Hello,
This question was already addressed in Data Points On Layered Map [1].
In brief explanation, the solution is to:
1. Create custom themes in Qlik Sense
2. Add the part "value": {"fontSize": "35px", "color":"blue"} for the "mapChart"
3. And the result would be bigger text with custom color
4. For more information and step by step example, you can follow the answer in post [1]
I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.
---
[1] https://community.qlik.com/t5/App-Development/Data-Points-On-Layered-Map/m-p/1880219#M72546
Thanks a lot. it helped! 🙂