Widget Editor Theme Tab

From dataZoa Wiki
Revision as of 06:19, 11 September 2018 by MCB (Talk | contribs)

Jump to: navigation, search

Themes:

Select a theme to use in applying colors and style to the Widget. There are a handful of preconfigured themes to choose from with their basic effects displayed in the Theme Preview to the right.


  Advanced Options

Remote Theme:

Optionally bypass all preconfigured themes by linking to a custom remote theme file.

  • Using https is required to ensure proper loading of themes
  • Themes are JavaScript files which set and apply Highchart options
  • Namespace your theme object as: Highchart.theme = {...}
  • After creation, apply your theme via: Highcharts.setOptions(Highcharts.theme);