Categories: Tutorials

Use Tooltips to Reduce Chart Clutter and Improve UX

While discussing a chart during a presentation, you’d probably have to talk at length about each plotted value. The lengthy discussions become particularly unavoidable if you have to cite reasons for declining sales or for an extended period of stagnation. In situations such as this, tooltips come in handy since you can easily display a lot of text on them.

FusionCharts v3.1 allows you to introduce line breaks in tooltip text. So, you can now have a lot of info in the tooltips neatly broken down into multiple lines. This helps in eliminating labels placed right next to the data plots, thereby making the charts litter-free.

Let’s take the half-yearly analysis of a hotel as an example to drive home the point:

Cluttered Column Chart with long data labels

Neater Column Chart with details delegated to tooltips

How to define custom tooltips with line breaks

Following is the XML for the chart above:

The custom tooltip text is defined with the help of the tooltext attribute. Within the tooltip text you can add {br} wherever you want to insert a line break. Customizing the tool tip is that simple.

Fine Tuning the Tooltip

You can obviously do a great deal of fine tuning with respect to the appearance of tooltips. For instance, you can give it a shadow, glow or blur effect. And, customize the text color, background color and border color too. For more information on all this, visit our online documentation on tooltips here.

This is the penultimate article in the series – “How to get the most out of v3.1”, which began on May 7, 2009. The first article in this series was Exporting Charts as images or PDFs. So, if you are new to this blog we suggest that you go through the previous posts of the series:

In the final post, as we said, we will be exploring the chemistry between FusionCharts and Javascript. Do come back for more.

sanket

Recent Posts

What Is a Line Chart? A Complete Guide to Uses, Types, and Best Practices

TL;DR A line chart plots data points along an x-axis (time) and y-axis (value), connected…

2 weeks ago

What Is a Column Chart? Examples, Uses, Types, and Best Practices

Bar charts, line charts, column charts- they all look similar, but picking the wrong one…

3 weeks ago

What Is an Area Chart? A Complete Guide to Uses, Types, and Best Practices

An area chart has been seen before, perhaps monitoring stock market data, web traffic, or…

3 weeks ago

What Is a Bar Chart? Definition, Types, Uses, and Best Practices

Have you ever read a quarterly report of a company, a sports result, or a…

3 weeks ago

How to Choose a JavaScript Library for Interactive Charts

Quick Answer: Choose a JavaScript library based on the charts and interactions your application needs.…

4 weeks ago

What Is the Best Data Visualization Library for Interactive Dashboards?

Interactive dashboards have become essential for SaaS applications, business intelligence (BI) platforms, and enterprise software.…

1 month ago