UNPKG

@highcharts/dashboards

Version:
30 lines (29 loc) 463 B
/* * * * (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 * * */ 'use strict'; /* * * * Constants * * */ const predefinedSyncConfig = { defaultSyncPairs: {}, defaultSyncOptions: {} }; /* * * * Default export * * */ export default predefinedSyncConfig;