Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

NameDescription
Series Customization
NameDescription
Series NameCustom name for the series of values.
Series CustomizationThis field allows you to insert a script that can modify the graph's visualization. e.g: tooltip : { "trigger" : "item" , "formatter" : {a} {b} : {c} ({d}%) }

Add Row

Add another dataset to be plotted on the Y-axis.
Additional Customization

This field allows you to insert an additional script that can modify the graph's visualization. (e.g: modify legend position)

UI Key Name

When defined, the additional conditions will be appended using the value defined here as the parameter and the UI key value as the value.

Info
titleExample

SQL: SELECT category, count(category) FROM table1

UI Key Name: type

UI Key Value: val

Resultant SQL:  SELECT category, count(category) FROM table1 WHERE type = 'val'

When UI key value is defined, you may define #userviewKey# in your SQL query to have it replaced with the UI key value.

Info
titleExample

SQL: SELECT category, count(category) FROM table1 WHERE type = '#userviewKey#'

UI Key Value: val

Resultant SQL:  SELECT category, count(category) FROM table1 WHERE type = 'val'

Custom Header
Custom Header in HTML.
Custom Footer
Custom Footer in HTML.

...