Introduction

This section describes how to change the data being displayed on your report.

Using this, one can avoid creating different reports each time the input data changes, but instead create one chart and have it show different data.


Custom chart options are specified via query string parameters, passed to the URL for viewing or embedding the chart.


Specifying Custom Chart Data

Once you create and publish a report, the chart will contain one or more graphs with the initial data you have selected when building it.

You can override the data sets for your graphs by appending a dataSeries.data query string parameter for each graph, like shown in the example below.


Example: Custom Data

Consider the following sample report: http://www.reportivo.com/view/FF14F59A-46DF-11E3-9D0C-C0C776E68405. It contains a bar chart showing the different usage statistics for some of the major web servers - Apache, IIS, Nginx, LiteSpeed, Google Servers and Other. The initial percentages are: 65.4, 15, 14.6, 1.9, 1.3 and 1.8 respectively.

To modify that data, simply add a dataSeries.data param to the URL and assign it the comma-separated list of new values - dataSeries.data=19,20.5,30.5,10,5,15

After adding the new parameter, the URL should look like this:
http://www.reportivo.com/view/FF14F59A-46DF-11E3-9D0C-C0C776E68405?dataSeries.data=19,20.5,30.5,10,5,15

If you have more than one graph, you can override multiple graph data by adding more than one dataSeries.data parameter, like:
?dataSeries.data=19,20.5,30.5,10,5,15&dataSeries.data=44,55,23,64,10,42

Specifying the X-axis Labels

Overriding the X-axis labels is done by adding a custom axisX.categoricalValues parameter to the URL.


Example: Custom X-axis Labels

To modifythe X-axis labels for the report discussed earlier, we can modify the URL to look like:
http://www.reportivo.com/view/FF14F59A-46DF-11E3-9D0C-C0C776E68405?axisX.categoricalValues=Apache+(FREE),IIS,Nginx+(FREE),Lighty,Google+Servers,Other


Customizing Embedded Reports

Modifying an embedded report's data is just as easy as customizing the regular reports.

To do so, simply append the custom options to the URL in the src attribute of the iframe as shown below:

<iframe width="400" height="300" src="//www.reportivo.com/eview/FF14F59A-46DF-11E3-9D0C-C0C776E68405?dataSeries.data=19,20.5,30.5,10,5,15&axisX.categoricalValues=Apache+Web+Server,Internet+Information+Services,Engine+X,Light+HTTPD,Google+Web+Servers,Other+web+servers" frameborder="0"></iframe>

About | Contact Us | How-To | Dynamic Data | API | Terms of Service | Privacy Policy Copyright © 2013-2020 Shield UI Ltd.