Add zeroline screenshot
This commit is contained in:
parent
61c2398d6b
commit
0895690ea4
2 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public class BarChartPositiveNegative extends DemoBase {
|
|||
|
||||
mTf = Typeface.createFromAsset(getAssets(), "OpenSans-Regular.ttf");
|
||||
mChart = (BarChart) findViewById(R.id.chart1);
|
||||
mChart.setBackgroundColor(Color.WHITE);
|
||||
mChart.setExtraTopOffset(-30f);
|
||||
mChart.setExtraBottomOffset(10f);
|
||||
mChart.setExtraLeftOffset(70f);
|
||||
|
|
BIN
screenshots/zero_line_example_barchart.png
Normal file
BIN
screenshots/zero_line_example_barchart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Reference in a new issue