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
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.
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:
<li>Multi-lingual Charts with FusionCharts
In the final post, as we said, we will be exploring the chemistry between FusionCharts and Javascript. Do come back for more.
TL;DR A line chart plots data points along an x-axis (time) and y-axis (value), connected…
Bar charts, line charts, column charts- they all look similar, but picking the wrong one…
An area chart has been seen before, perhaps monitoring stock market data, web traffic, or…
Have you ever read a quarterly report of a company, a sports result, or a…
Quick Answer: Choose a JavaScript library based on the charts and interactions your application needs.…
Interactive dashboards have become essential for SaaS applications, business intelligence (BI) platforms, and enterprise software.…