Chore: Fix comments

pull/4264/head
Nelson Chan 5 months ago
parent 4ab1a03cb9
commit b5d1fc52fc
No known key found for this signature in database

@ -38,7 +38,7 @@ export default {
loading: false, loading: false,
// Configurable filtering on top of the returned data // Time period for the chart to display, in hours
chartPeriodHrs: "0", chartPeriodHrs: "0",
chartPeriodOptions: { chartPeriodOptions: {

@ -685,7 +685,7 @@ export default {
/** /**
* Retrieves monitor chart data. * Retrieves monitor chart data.
* @param {string} monitorID - The ID of the monitor. * @param {string} monitorID - The ID of the monitor.
* @param {string} period - The time period for the chart data. * @param {number} period - The time period for the chart data, in hours.
* @param {socketCB} callback - The callback function to handle the chart data. * @param {socketCB} callback - The callback function to handle the chart data.
* @returns {void} * @returns {void}
*/ */

Loading…
Cancel
Save