Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nicktodd
Creator
Creator

Scatter chart scaling issue when using dates

I have a scatter chart that plots user IDs based on two dates. The x-axis is OK but for some reason I can't get the y-axis to scale correctly - it shows a large range which I can't seem to change.

Does anyone have any ideas?

Thanks

Nick

1 Solution

Accepted Solutions
maxgro
MVP
MVP

Hi Nick

perhaps I don't understand your question but It seems to me that y-axis is different from your original .qvw; using expression in Static min/max you can adjust Y (and X too) axis

See attachment

Regards

scatterdate (1).jpg

View solution in original post

4 Replies
maxgro
MVP
MVP

Hi Nick

why not try to use the tab Axes and set (Y axes)

Static min  = min(Application)-20   

Static max  = max(Application)+20   

Regards

nicktodd
Creator
Creator
Author

Massimo

Thanks for your reply - I tried that but it makes no difference unfortunately

Regards

Nick

maxgro
MVP
MVP

Hi Nick

perhaps I don't understand your question but It seems to me that y-axis is different from your original .qvw; using expression in Static min/max you can adjust Y (and X too) axis

See attachment

Regards

scatterdate (1).jpg

nicktodd
Creator
Creator
Author

Massimo

Ah - now I see my error - I had put the min/max entries on the x-axis by mistake!

Many thanks for your help - your solution is perfect.

Regards

Nick