Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Need to generate a biorhythm chart that can be embedded into a website. It needs to look like this: enter image description here

I am not able to get the x-axis to display values according to the current date. Any help will be greatly appreciated. Also, biorhythms are generated using the following formula: Value = sin (2*PI*D/T)*100% Where D is the number of days passed since given date and T is the period of the biorhythm (23 for physical, 28 for emotional and 33 for intellectual). How do I get these values in?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.