Book Image

Pentaho 8 Reporting for Java Developers

By : Jasmine Kaur, Francesco Corti
Book Image

Pentaho 8 Reporting for Java Developers

By: Jasmine Kaur, Francesco Corti

Overview of this book

This hands-on tutorial, filled with exercises and examples, introduces the reader to a variety of concepts within Pentaho Reporting. With screenshots that show you how reports look at design time as well as how they should look when rendered as PDF, Excel, HTML, Text, Rich-Text-File, XML, and CSV, this book also contains complete example source code that you can copy and paste into your environment to get up-and-running quickly. Updated to cover the features of Pentaho 8, this book will teach you everything you need to know to build fast, efficient reports using Pentaho. If your interest lies in the technical details of creating reports and you want to see how to solve common reporting problems with a minimum of fuss, this is the book for you.
Table of Contents (25 chapters)
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

Chapter 7. Including Graphics and Charts in Reports

After the discovery of all the possible data source types, in this chapter you will learn how to incorporate graphics and charts in your Pentaho reports. You will start understanding how to include graphics and charts from the Pentaho Report Designer and then you will move on to the description of all the settings and configurations. Graphics and charts will be described one by one, as we did for the data sources, with the goal to make you a real expert for the best final result; the most useful and appealing report for your customers and manager.

In particular, the charts discussed are bar charts, line charts, area charts, bar line charts, pie charts, multipie charts, ring charts, bubble charts, scatter plot charts, XY bar charts, XY line charts (regular and extended), XY area charts, XY area line charts, waterfall charts, radar charts, thermometer charts, bar-sparklines, line-sparklines, and pie-sparklines.

This chapter is written as a...