UNPKG

fenix-ui-visualization-box

Version:
77 lines (60 loc) 1.56 kB
define(function () { 'use strict'; return { status : "loading", tab : "table", size : "full", face : "front", // back || front faces : ["front", "back"], pluginRegistry: { 'blank': { path: 'blank' }, 'table': { path: 'table' }, 'map': { path: 'map' }, 'chart': { path:'chart' }, 'metadata': { path:'metadata' }, 'filter': { path:'filter' }, 'download': { path:'download' } }, tabs: { //blank: {options : {}}, table: {options : {}}, metadata: {options : {}}, filter: {options : {}}, map: {options : {}}, chart: {options : {type : "line"}}, download: { options : {}} }, tabConfig : { //:id : { /*...*/} }, flippedClassName : "flipped", state : {}, lang : "FR", langFallbackOrder : ["EN", "FR", "ES", "AR", "PR"], //Tabs toolbarPosition : "up", // up | down //Load resource loadResourceServiceQueryParams : { dsd : true }, syncTabsOnToolbarChange : false, renderVisualizationComponents : true, maxDataSize : 3500, minDataSize : 0, cache : false }; });