MCPcopy
hub / github.com/apache/echarts / axisCommon

Function axisCommon

theme/dark-bold.js:45–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44 var contrastColor = '#eee';
45 var axisCommon = function() {
46 return {
47 axisLine: {
48 lineStyle: {
49 color: contrastColor
50 }
51 },
52 axisTick: {
53 lineStyle: {
54 color: contrastColor
55 }
56 },
57 axisLabel: {
58 color: contrastColor
59 },
60 splitLine: {
61 lineStyle: {
62 type: 'dashed',
63 color: '#aaa'
64 }
65 },
66 splitArea: {
67 areaStyle: {
68 color: contrastColor
69 }
70 }
71 };
72 };
73
74 var colorPalette = [
75 '#458c6b',

Callers 1

dark-bold.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…