Components

SingleChartPage

<SingleChartPage />

Constructor

# <SingleChartPage />

This is the page used to display more details of the history of values of a particular sensor or Thing. It is shown when a SingleTimeSeries in any ThingTile is clicked. It contains buttons for selecting how much interval of history should be shown. Either for one day, one month or one year and retrieves the value history for the thing that corresponds to the selected time interval. It can only be viewed by clicking on a MultipleTimeSeries otherwise the page redirects to an ErrorPage instead.

View Source pages/SingleChartPage.jsx, line 20

<SingleChartPage />