You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create a chart
2. Display chart with startActivity(ChartFactory.getLineChartIntent(this,
dataset, renderer));
3. Observe created chart
What is the expected output? What do you see instead?
The titlebar contains my application's overall title with no way to set the
title.
Please provide a source code snippet that we can use to replicate the issue.
Please see above
What version of the product binary library are you using?
0.3.0
Please provide any additional information below.
Original issue reported on code.google.com by evancharlton on 20 May 2009 at 10:10
The text was updated successfully, but these errors were encountered:
A new static method ChartFactory.setActivityTitle() was created in order to fix
the
issue. The new API will be available in the 0.4.0 release.
If you like this library and need any extra features, please do not hesitate to
contact us by using the forum: http://www.achartengine.org/forum
Regards,
Dan
Original comment by 4viewsoft@gmail.com on 22 May 2009 at 4:47
Original issue reported on code.google.com by
evancharlton
on 20 May 2009 at 10:10The text was updated successfully, but these errors were encountered: