|
99 | 99 | ], |
100 | 100 | "showline": true, |
101 | 101 | "ticks": "outside", |
102 | | - "mirror": true |
| 102 | + "mirror": true, |
| 103 | + "linecolor": "rgba(0,0,0,0.5)", |
| 104 | + "linewidth": 10 |
103 | 105 | }, |
104 | 106 | "yaxis": { |
105 | 107 | "title": "yaxis title", |
|
112 | 114 | "tickfont": { |
113 | 115 | "color": "#1f77b4" |
114 | 116 | }, |
115 | | - "linecolor": "#1f77b4" |
| 117 | + "linecolor": "rgba(31,119,180,0.5)", |
| 118 | + "linewidth": 20 |
116 | 119 | }, |
117 | 120 | "legend": { |
118 | 121 | "x": 1.1, |
|
131 | 134 | "tickfont": { |
132 | 135 | "color": "#ff7f0e" |
133 | 136 | }, |
134 | | - "linecolor": "#ff7f0e", |
| 137 | + "linecolor": "rgba(255,127,14,0.4)", |
| 138 | + "linewidth": 6, |
135 | 139 | "anchor": "free", |
136 | 140 | "position": 0.15, |
137 | 141 | "overlaying": "y" |
|
147 | 151 | "tickfont": { |
148 | 152 | "color": "#2ca02c" |
149 | 153 | }, |
150 | | - "linecolor": "#2ca02c", |
| 154 | + "linecolor": "rgba(44,160,44,0.5)", |
151 | 155 | "anchor": "free", |
152 | 156 | "position": 0, |
153 | 157 | "overlaying": "y" |
|
164 | 168 | "color": "#d62728" |
165 | 169 | }, |
166 | 170 | "showexponent": "last", |
167 | | - "linecolor": "#d62728", |
| 171 | + "linecolor": "rgba(214,39,40,0.5)", |
| 172 | + "linewidth": 15, |
168 | 173 | "side": "right", |
169 | 174 | "overlaying": "y" |
170 | 175 | }, |
|
181 | 186 | }, |
182 | 187 | "exponentformat": "power", |
183 | 188 | "showexponent": "first", |
184 | | - "linecolor": "#9467bd", |
| 189 | + "linecolor": "rgba(148,103,189,0.5)", |
| 190 | + "linewidth": 5, |
185 | 191 | "anchor": "free", |
186 | 192 | "side": "right", |
187 | 193 | "position": 0.85, |
|
199 | 205 | "color": "#8c564b" |
200 | 206 | }, |
201 | 207 | "exponentformat": "SI", |
202 | | - "linecolor": "#8c564b", |
| 208 | + "linecolor": "rgba(140,86,75,0.5)", |
203 | 209 | "anchor": "free", |
204 | 210 | "side": "right", |
205 | 211 | "position": 1, |
206 | 212 | "overlaying": "y" |
207 | | - } |
| 213 | + }, |
| 214 | + "width": 750, |
| 215 | + "height": 400, |
| 216 | + "margin": {"r": 200, "l": 50, "t": 50, "b": 50} |
208 | 217 | } |
209 | 218 | } |
0 commit comments