Installing custom calendars and custom plotting themes
Deephaven users can create custom business calendars and custom plotting themes.
Once a custom calendar or custom theme is created and saved, the file(s) will need to be installed on the server(s) as described below:
- Copy the
.calendar
files to/etc/sysconfig/illumon.d/calendars
, and ensure the.calendar
files are readable by userdbquery
. - Copy the
.theme
files to/etc/sysconfig/illumon.d/chartthemes
, and ensure the.theme
files are readable by userdbquery
.
The Client Update Service will need to be restarted to register the new files:
sudo monit restart client_update_service
Upon completion of these steps, the custom calendar and/or custom theme file(s) should be available to all users.