You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The Chart Data Scripts screen lists all available scripts, providing the following information:

PropertyFunction
NameThe name of the script
LayoutThe Javascript layout used by the script
AuthorThe creator of the script
CreatedThe timestamp of script creation
UpdatedThe timestamp of the last update
OperationsAvailable operations for each script:
  • Edit
  • Delete
  • Copy

Creating a Chart Data Script


Editing a Chart Data Script

On the Chart Data Scripts page, click on "edit" under the actions column to edit a saved configuration.

General

In the General section you can edit the Name and the Description of your template. Also you can preview the chart.

Layout
  1. Layout name: next to the layout name the dropdown will display all available Javascript layouts and selecting other than the current one, you can see the Javascript of the new selected layout.
  2. Inline Edit: possibility to edit the Javascript layout while writing the Groovy script. This makes testing much easier, combined with the chart preview functionality.
    • Javascript: the actual Javascript code that renders the chart.
    • Style: CSS style that can be used in the chart.