2017-07-27 17:21:38 +03:00
|
|
|
export const COSMIC_THEME = {
|
|
|
|
|
name: 'cosmic',
|
|
|
|
|
base: 'default',
|
|
|
|
|
variables: {
|
2017-08-01 15:42:06 +03:00
|
|
|
|
|
|
|
|
temperature: [
|
|
|
|
|
'#2ec7fe',
|
|
|
|
|
'#31ffad',
|
|
|
|
|
'#7bff24',
|
|
|
|
|
'#fff024',
|
|
|
|
|
'#f7bd59',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
solar: {
|
|
|
|
|
gradientLeft: '#7bff24',
|
|
|
|
|
gradientRight: '#2ec7fe',
|
2017-08-07 16:12:38 +03:00
|
|
|
shadowColor: '#19977E',
|
|
|
|
|
radius: ['70%', '90%'],
|
2017-08-01 15:42:06 +03:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
traffic: {
|
|
|
|
|
colorBlack: '#000000',
|
|
|
|
|
tooltipBg: 'rgba(0, 255, 170, 0.35)',
|
2017-08-07 16:12:38 +03:00
|
|
|
tooltipBorderColor: '#00d977',
|
|
|
|
|
tooltipExtraCss: 'box-shadow: 0px 2px 46px 0 rgba(0, 255, 170, 0.35); border-radius: 10px; padding: 4px 16px;',
|
|
|
|
|
tooltipTextColor: '#ffffff',
|
2017-09-01 17:18:02 +03:00
|
|
|
tooltipFontWeight: 'normal',
|
|
|
|
|
|
2017-08-07 16:12:38 +03:00
|
|
|
lineBg: '#d1d1ff',
|
|
|
|
|
lineShadowBlur: '14',
|
|
|
|
|
itemColor: '#BEBBFF',
|
|
|
|
|
itemBorderColor: '#ffffff',
|
|
|
|
|
itemEmphasisBorderColor: '#ffffff',
|
|
|
|
|
shadowLineDarkBg: '#655ABD',
|
2017-08-01 15:42:06 +03:00
|
|
|
shadowLineShadow: 'rgba(33, 7, 77, 0.5)',
|
|
|
|
|
gradFrom: 'rgba(118, 89, 255, 0.4)',
|
|
|
|
|
gradTo: 'rgba(164, 84, 255, 0.5)',
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
electricity: {
|
|
|
|
|
tooltipBg: 'rgba(0, 255, 170, 0.35)',
|
2017-08-04 15:11:32 +03:00
|
|
|
tooltipLineColor: 'rgba(255, 255, 255, 0.1)',
|
|
|
|
|
tooltipLineWidth: '1',
|
|
|
|
|
tooltipBorderColor: '#00d977',
|
2017-08-07 16:12:38 +03:00
|
|
|
tooltipExtraCss: 'box-shadow: 0px 2px 46px 0 rgba(0, 255, 170, 0.35); border-radius: 10px; padding: 8px 24px;',
|
2017-08-04 15:11:32 +03:00
|
|
|
tooltipTextColor: '#ffffff',
|
2017-09-01 17:18:02 +03:00
|
|
|
tooltipFontWeight: 'normal',
|
2017-08-04 15:11:32 +03:00
|
|
|
|
2017-08-29 10:54:30 +03:00
|
|
|
axisLineColor: 'rgba(161, 161 ,229, 0.3)',
|
2017-08-04 15:11:32 +03:00
|
|
|
xAxisTextColor: '#a1a1e5',
|
|
|
|
|
yAxisSplitLine: 'rgba(161, 161 ,229, 0.2)',
|
|
|
|
|
|
|
|
|
|
itemBorderColor: '#ffffff',
|
|
|
|
|
lineStyle: 'dotted',
|
|
|
|
|
lineWidth: '6',
|
2017-08-01 15:42:06 +03:00
|
|
|
lineGradFrom: '#00ffaa',
|
|
|
|
|
lineGradTo: '#fff835',
|
|
|
|
|
lineShadow: 'rgba(14, 16, 48, 0.4)',
|
2017-08-04 15:11:32 +03:00
|
|
|
|
2017-08-01 15:42:06 +03:00
|
|
|
areaGradFrom: 'rgba(188, 92, 255, 0.5)',
|
|
|
|
|
areaGradTo: 'rgba(188, 92, 255, 0)',
|
|
|
|
|
shadowLineDarkBg: '#a695ff',
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
bubbleMap: {
|
|
|
|
|
titleColor: '#ffffff',
|
|
|
|
|
areaColor: '#2c2961',
|
|
|
|
|
areaHoverColor: '#a1a1e5',
|
|
|
|
|
areaBorderColor: '#654ddb',
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
echarts: {
|
2017-08-28 13:34:21 +03:00
|
|
|
bg: '#3d3780',
|
|
|
|
|
textColor: '#ffffff',
|
|
|
|
|
axisLineColor: '#a1a1e5',
|
|
|
|
|
splitLineColor: '#342e73',
|
|
|
|
|
itemHoverShadowColor: 'rgba(0, 0, 0, 0.5)',
|
|
|
|
|
tooltipBackgroundColor: '#6a7985',
|
|
|
|
|
areaOpacity: '1',
|
2017-08-01 15:42:06 +03:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
chartjs: {
|
2017-08-29 10:54:30 +03:00
|
|
|
axisLineColor: '#a1a1e5',
|
|
|
|
|
textColor: '#ffffff',
|
2017-08-01 15:42:06 +03:00
|
|
|
},
|
2017-07-27 17:21:38 +03:00
|
|
|
},
|
|
|
|
|
};
|