Skip to content

Commit

Permalink
Merge branch 'master' into occupancy-enpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper-NS authored Dec 7, 2023
2 parents 44267f9 + ce2896b commit fa4359a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions CentralHub.WebUI/Pages/Charts.razor
Original file line number Diff line number Diff line change
Expand Up @@ -125,35 +125,12 @@
Opacity = new List<double> { 1, 1 }
};

_chartOptions.Yaxis = new List<YAxis>()
{
new YAxis()
{
Labels = new ()
{
Formatter = @"
function (val) {
return val.toFixed(0);
}
",
},
},
};

_chartOptions.Tooltip = new Tooltip()
{
X = new TooltipX()
{
Format = "yyyy-MM-dd hh:mm:ss",
},
Y = new TooltipY()
{
Formatter = @"
function (val) {
return val.toString();
}
",
},
};

_chartOptions.Xaxis = new XAxis()
Expand Down

0 comments on commit fa4359a

Please sign in to comment.