mirror of
https://github.com/catdevnull/preciazo.git
synced 2025-02-22 13:56:23 +00:00
mejorar colores
This commit is contained in:
parent
40f8ba0caa
commit
e312d6d9e9
1 changed files with 2 additions and 2 deletions
|
@ -260,9 +260,9 @@
|
|||
['linear'],
|
||||
['get', 'precio'],
|
||||
Math.min(...data.precios.map((p) => p.productos_precio_lista)),
|
||||
'rgba(0,255,0,0)',
|
||||
'rgba(0,255,0,0.9)',
|
||||
Math.max(...data.precios.map((p) => p.productos_precio_lista)),
|
||||
'rgba(255,0,0,1)'
|
||||
'rgba(255,0,0,0.7)'
|
||||
],
|
||||
'circle-radius': ['interpolate', ['linear'], ['zoom'], 3, 4, 10, 6],
|
||||
'circle-stroke-width': 1,
|
||||
|
|
Loading…
Reference in a new issue