Skip to content

Commit

Permalink
chore: eink
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 6, 2024
1 parent 2335ddf commit 3644abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/TopWeatherView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
leftAxis.axisMaximum = 4;
leftAxis.drawLimitLines = hasPrecip;
if (hasPrecip) {
const color = isEInk ? '#7f7f7f': item.hourly?.[0]?.precipColor || rainColor.hex;
const color = isEInk ? '#7f7f7f' : item.hourly?.[0]?.precipColor || rainColor.hex;
if (!precipChartSet) {
needsToSetData = true;
precipChartSet = new LineDataSet(data, 'intensity', 'time', 'intensity');
Expand Down

0 comments on commit 3644abc

Please sign in to comment.