UNPKG

web-analyst

Version:

Web Analyst is a simple back-end tracking system to measure your web app performance.

49 lines (38 loc) 882 B
/** * DO NOT EDIT THIS FILE DIRECTLY. * This file is generated following the conversion of * @see [./hybrid/cjs/fixed-label-generator.cjs]{@link ./hybrid/cjs/fixed-label-generator.cjs} * **/ export const get24HoursLabels = function () { // Build labels const labels = []; for (let i = 0; i < 24; ++i) { labels.push(i + "h"); } return labels; }; export const getWeekLabels = function () { return ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]; }; export const getYearLabels = function () { return [ "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ]; }; // Static labels