Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Highlighting Section of a Line Graph

Hi,

I have a line chart and I need to highlight anything that occurred from Dec 2013 onwards. Ideally, I would like to change the colour of the date labels along the x-axis.  if this is not possible, can the background from Dec 2013 be altered etc?

chart_Dec_onwards.png

Any help appreciated!

Tom

2 Replies
Not applicable
Author

Tom -


See this post which will provide some insight.

Dynamically Changing the colour of the dimensio... | Qlik Community

However, here is a potential work-around:

Add your X-axis dimension as an expression too and only display 'Text on Axis'. Then you can apply your text color formatting to this dimension itself. You could then hide your dimension axis and only show the new expression as the dimension.

Not applicable
Author

In the expression, in the Background color(click + on the expression).  You can write conditional expression for the color for eg if(Monthname='Dec 2013',Green())

Ram