@highcharts/dashboards
Version:
Highcharts Dashboards framework
30 lines (29 loc) • 463 B
JavaScript
/* *
*
* (c) 2009-2026 Highsoft AS
*
* Integration of this software requires a license.
* - For commercial use, see www.highcharts.com/license
* - For non-commercial, see www.highcharts.com/license-eula
*
*
* Authors:
* - Dawid Draguła
*
* */
;
/* *
*
* Constants
*
* */
const predefinedSyncConfig = {
defaultSyncPairs: {},
defaultSyncOptions: {}
};
/* *
*
* Default export
*
* */
export default predefinedSyncConfig;