Commit d0048c3d by Vik Paruchuri

Tooltip rounding

parent bcf6b4d6
...@@ -46,7 +46,7 @@ function render{{graph_name}}() ...@@ -46,7 +46,7 @@ function render{{graph_name}}()
}, },
tooltip: true, tooltip: true,
tooltipOpts: { tooltipOpts: {
content: "Score: %x Count: %y", content: "Score: %x.3 Count: %y",
shifts: { shifts: {
x: -60, x: -60,
y: 25 y: 25
......
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