ibrahimsaputra / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

in time graph, do not display certain days like Saturday and Sunday, for example, Nasdaq is closed on weekends,so we do not show share price of these days. #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. show shart of the shares
2.
3.

What is the expected output? What do you see instead?
a graph without the days that have no value.

Please provide a source code snippet that we can use to replicate the issue.

What version of the product binary library are you using?

Please provide any additional information below.

Original issue reported on code.google.com by marco.a....@gmail.com on 27 Feb 2011 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 3 Mar 2011 at 4:49

GoogleCodeExporter commented 9 years ago
I'd suggest this issue be merged with Issue 69.  It is really a conditional 
drawing issue, and, IMO, any solution to 69 should be generic enough to 
accomodate this.

Original comment by zvasv...@gmail.com on 30 Mar 2011 at 9:10

GoogleCodeExporter commented 9 years ago
TimeSeries series = new TimeSeries(title);
series.add(date, MathHelper.NULL_VALUE);

Original comment by dandrome...@gmail.com on 18 May 2012 at 3:13