gorteganesh / achartengine

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

Charts do not correctly populate the title bar #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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