BrianHenryIE / VeinToBrain

ucdlabsanalytics.wordpress.com
0 stars 0 forks source link

Fix date on x axis #93

Closed danieleiannarelli closed 10 years ago

danieleiannarelli commented 10 years ago
danieleiannarelli commented 10 years ago

We needed to add on the x-axis the converted date in milliseconds by the instruction: series.addPoint(new Point(analyteStats.get(i).getIncludedDates().get(0).getTime(), ..... ); In this way the date is correctly interpreted by the StockChart