|
8 | 8 | "fill": "tonexty", |
9 | 9 | "fillcolor": "rgba(0, 255, 0, .5)", |
10 | 10 | "fillgradient": { |
11 | | - "orientation": "horizontal", |
| 11 | + "type": "horizontal", |
12 | 12 | "colorscale": [ |
13 | 13 | [0.0, "rgba(0, 255, 0, 1)"], |
14 | 14 | [0.5, "rgba(0, 255, 0, 0)"], |
|
28 | 28 | "fill": "tonexty", |
29 | 29 | "hoveron": "fills+points", |
30 | 30 | "fillgradient": { |
31 | | - "orientation": "horizontal", |
| 31 | + "type": "horizontal", |
32 | 32 | "colorscale": [ |
33 | 33 | [0.0, "rgba(255, 255, 0, 1.0)"], |
34 | 34 | [0.6, "rgba(255, 255, 0, 1.0)"], |
|
44 | 44 | "mode": "none", |
45 | 45 | "fill": "toself", |
46 | 46 | "fillgradient": { |
47 | | - "orientation": "vertical", |
| 47 | + "type": "vertical", |
48 | 48 | "colorscale": [ |
49 | 49 | [0.0, "rgba(255, 0, 0, 0.8)"], |
50 | 50 | [1.0, "rgba(0, 0, 255, 0.9)"] |
|
60 | 60 | "mode": "none", |
61 | 61 | "fill": "toself", |
62 | 62 | "fillgradient": { |
63 | | - "orientation": "vertical", |
| 63 | + "type": "vertical", |
64 | 64 | "colorscale": [ |
65 | 65 | [0.0, "rgba(255, 0, 0, 0.8)"], |
66 | 66 | [1.0, "rgba(0, 0, 255, 0.9)"] |
|
0 commit comments