Versions Compared

Key

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

...

  1. View - choose a view from which data for a chart will be pulled.
  2. Configuration - JSON like configuration for data series, paddings, collor, chart type and more.
  3. Refresh interval - choose how often your gadget should be refreshed with new data.

See example configuration:

Example configurationImage Added

And it will produce following chart:

Chart produced by example configurationImage Added

Configuration

Tip

Smart QL app uses Taucharts library for gadgets. In advanced gadget you can use almost any configuration item straight from Tauchart docs, except:

  • Inline JS functions and Javascript at all - this is due to security concerns.
  • Plugins - Smart Ql enforces slightly different semantics.

Our docs describe similar topics but emphasize use only in our app.

...