|
| 1 | +{ |
| 2 | + "data": [{ |
| 3 | + "type": "bar", |
| 4 | + "x": ["giraffes", "orangutans", "monkeys"], |
| 5 | + "y": [20, 14, 1], |
| 6 | + "text": ["giraffes", "orangutans", "monkeys"], |
| 7 | + "textposition": "auto" |
| 8 | + }, { |
| 9 | + "type": "bar", |
| 10 | + "x": ["giraffes", "orangutans", "monkeys"], |
| 11 | + "y": [20, 14, 1], |
| 12 | + "text": ["giraffes", "orangutans", "monkeys"], |
| 13 | + "textposition": "auto", |
| 14 | + "xaxis": "x2", |
| 15 | + "yaxis": "y2" |
| 16 | + }, { |
| 17 | + "type": "bar", |
| 18 | + "y": ["giraffes", "orangutans", "monkeys"], |
| 19 | + "x": [20, 14, 1], |
| 20 | + "text": ["giraffes", "orangutans", "monkeys"], |
| 21 | + "orientation": "h", |
| 22 | + "textposition": "auto", |
| 23 | + "xaxis": "x3", |
| 24 | + "yaxis": "y3" |
| 25 | + }, { |
| 26 | + "type": "bar", |
| 27 | + "y": ["giraffes", "orangutans", "monkeys"], |
| 28 | + "x": [20, 14, 1], |
| 29 | + "text": ["giraffes", "orangutans", "monkeys"], |
| 30 | + "orientation": "h", |
| 31 | + "textposition": "auto", |
| 32 | + "xaxis": "x4", |
| 33 | + "yaxis": "y4" |
| 34 | + }], |
| 35 | + "layout": { |
| 36 | + "showlegend": false, |
| 37 | + "grid": {"rows": 2, "columns": 2, "pattern": "independent", "xgap": 0.1, "ygap": 0.1}, |
| 38 | + "xaxis": {"showticklabels": false}, |
| 39 | + "yaxis": {"type": "log"}, |
| 40 | + "xaxis2": {"showticklabels": false}, |
| 41 | + "yaxis2": {"type": "log", "autorange": "reversed", "side": "right"}, |
| 42 | + "xaxis3": {"type": "log"}, |
| 43 | + "yaxis3": {"showticklabels": false}, |
| 44 | + "xaxis4": {"type": "log", "autorange": "reversed"}, |
| 45 | + "yaxis4": {"showticklabels": false}, |
| 46 | + "width": 600, |
| 47 | + "height": 600, |
| 48 | + "margin": {"l": 20, "t": 20, "r": 20, "b": 20} |
| 49 | + } |
| 50 | +} |
0 commit comments