We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab8ee7 commit 11cd5a3Copy full SHA for 11cd5a3
site/src/request_handlers/dashboard.rs
@@ -116,7 +116,7 @@ pub async fn handle_dashboard(ctxt: Arc<SiteCtxt>) -> ServerResult<dashboard::Re
116
.collect::<Vec<_>>(),
117
)
118
.map(|((_id, point), _interpolated)| {
119
- (point.expect("interpolated") * 10.0).round() / 10.0
+ (point.expect("interpolated") * 100.0).round() / 100.0
120
})
121
.collect::<Vec<_>>();
122
0 commit comments