Method | Description | |
---|---|---|
ChartTitle ( string title = "Visualization" ) : string |
Returns a formated chart title with a specified title or a default one if there is none.
|
|
GetVisualizationDateFromUrlParameters ( |
Parses the request parameter (for "date") as a DateTime or returns a fallback value if there is no or if it fails.
|
|
GetVisualizationTypesFromUrlParameters ( |
||
NotEnoughData ( string message = "We don't yet have enough data to show you a retrospection of your workday." ) : string |
Returns a message that says that there is not enough data to provide a visualization and a standard message if no other is specified.
|
public static ChartTitle ( string title = "Visualization" ) : string | ||
title | string | |
return | string |
public static GetVisualizationDateFromUrlParameters ( |
||
req | ||
return | DateTimeOffset |
public static GetVisualizationTypesFromUrlParameters ( |
||
req | ||
return | string |
public static NotEnoughData ( string message = "We don't yet have enough data to show you a retrospection of your workday." ) : string | ||
message | string | |
return | string |