2

I want to know a way of inverting the y-axis using pChart. I want the y-axis to start at 0 and 1,2,3,4 etc down, rather than up if that makes sense. In the case of search engine rankings a lower number is better and I want the graph to reflect that by inverting the y-axis. Any ideas?

Asaph
  • 159,146
  • 25
  • 197
  • 199

2 Answers2

0

Search engines don't care if your y-axis is upside down, especially on an a bitmap image file. You're just making your code less maintainable. Just use pChart they way it's intended.

Asaph
  • 159,146
  • 25
  • 197
  • 199
  • I had a pretty good idea of what I was trying to achieve and all I wanted to know was pChart capable of doing it, now I know I won't pursue it. I found your answer unfriendly but not unhelpful. –  Jan 21 '10 at 10:02
  • @olw: I'm sorry the tone of my answer upset you. I'll be more courteous in the future. – Asaph Jan 21 '10 at 15:47
  • He's not trying to make a chart SEO-friendly. The search engine comment was in reference to the data he's plotting. – pbarney Feb 07 '10 at 06:46
0

My only suggestion is to make the rankings as negative numbers. It may not be a perfect representation, but it will invert the axis values, and should still be readable.

pbarney
  • 2,529
  • 4
  • 35
  • 49