sunfei1990 / achartengine

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

Charts do not correctly populate the title bar #359

Open GoogleCodeExporter opened 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