Fix drawing of temperature, precipitation, wind

This commit is contained in:
Guntis Smaukstelis
2025-02-04 19:42:35 +02:00
parent df8d16ed4a
commit 2b1e348dde
7 changed files with 43 additions and 32 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { valueToColorInterpolated, valueToColorThreshold } from '../../helpers/interpolateColors'
import { MeteoConversion } from '../../interfaces/interfaces'
import { MeteoConversion } from '../interfaces'
import { PRECIPITATION } from './constants'