Commit 0b79b316 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 2c652ed7
Pipeline #6493 passed with stage
in 6 seconds
......@@ -104,8 +104,7 @@ viewer.clock.startTime = Cesium.JulianDate.fromIso8601("2021-05-20T11:00:00Z");
["(${Irr_kWh} >= 1000) && (${Irr_kWh} < 1050)", "color('#FDC229')"],
["(${Irr_kWh} >= 1050) && (${Irr_kWh} < 1100)", "color('#FBD324')"],
["(${Irr_kWh} >= 1100) && (${Irr_kWh} < 1150)", "color('#F6E626')"],
["(${Irr_kWh} >= 1150) && (${Irr_kWh} < 1200)", "color('#F0F921')"],
["(${Irr_kWh} >= 1200)", "color('#F0F921')"],
["(${Irr_kWh} >= 1150) && (${Irr_kWh} < 1500)", "color('#F0F921')"],
["true", "color('#000000')"]
]
},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment