Book Image

FusionCharts Beginner's Guide: The Official Guide for FusionCharts Suite

Book Image

FusionCharts Beginner's Guide: The Official Guide for FusionCharts Suite

Overview of this book

User experience can make or break any app these days, no matter whether it's a commercial product or an internal solution. While most web applications out there are boring and outdated when it comes to their charting, you can make yours both stunning and powerful using FusionCharts Suite. Once you have mastered it, you can give your users a delightful reporting experience in no time at all. FusionCharts Beginner's Guide is a practical, step-by-step guide to using FusionCharts Suite for creating delightful web reports and dashboards. Getting you started quickly, you will learn advanced reporting capabilities like drill-down and JavaScript integration, and charting best practices to make the most out of it. Filled with examples, real-life tips and challenges, this book is the firstofitstype in the visualization industry. The book teaches you to create delightful reports and dashboards for your web applications assuming no previous knowledge of FusionCharts Suite. It gets your first chart up in 15 minutes after which you can play around with different chart types and customize them. You will also learn how to create a powerful reporting experience using drill-down and advanced JavaScript capabilities. You will also connect your charts to server-side scripts pulling data from databases. Finally you round up the experience learning reporting best practices including right chart type selection and practical usability tips. By the end of the book, you will have a solid foundation in FusionCharts Suite and data visualization itself. You will be able to give your users a delightful reporting experience, from developers to management alike.
Table of Contents (16 chapters)
FusionCharts
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface

Combination charts


Combination charts let you combine two or more chart types in a single chart, for example, a column chart series and a line chart series. This is done either to highlight specific data series by rendering, or to mix different types of data series on the same chart. There are two types of combination charts possible in FusionCharts.

The first type, called Single Y-axis combination charts, have a single y-axis and all the data series conform to it. Some charts in this category are MSCombi2D.swf, MSCombi3D.swf, MSColumnLine3D.swf, and so on. As an example, if you wish to plot the actual revenue versus the projected revenue on a chart, as both the series have the same unit (currency) and magnitude, we plot them against the same axis. However, as the focus is on the actual revenue, it should be plotted using column or area, and the projected revenue can be plotted using lines to show it as guidance.

The second type, called Dual Y-axes combination charts, have two y-axes, each having its own units and magnitude. These charts have the abbreviation DY in their name, for example, MSCombiDY2D.swf or MSColumn3DLineDY.swf. Consider a chart where you are plotting the revenue of a company versus the units (quantity) sold. As both the series represent different units, they need to be plotted on different axes. The primary axis can represent the sales, and the second used for units sold. Conventionally, you would represent the sales using columns plotted against the primary axis on the left side of the chart, and the units sold using lines plotting against the secondary axis on the right side of the chart.

Let us build an example of both these charts.