Commit ed07296
committed
v2.10.3: smoke follows the theme again
The scatter series still carried large:true, which makes ECharts skip visualMap's
per-point colouring and fall back to its default palette — that is why the smoke was
blue-violet on every theme, clashing badly with amber and nord. Switched to
progressive rendering, which keeps the gradient. Also tightened the deviation range
(0.5 -> 0.35) and widened the opacity span so the beam core reads brighter against
the spread.
Verified by sampling rendered pixels: on amber the chart area contains only warm
oranges (#ffb000 and its darker steps), no blue-violet anywhere; visualMap colours
resolve per theme (dark green, nord frost, amber, solarized cyan).1 parent 247329d commit ed07296
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | | - | |
| 345 | + | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
| |||
0 commit comments