Skip to content

Commit

Permalink
Mejoras typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 10, 2024
1 parent 684348c commit f44839b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
1 change: 0 additions & 1 deletion app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ let processBarLColor = '#93bad5'; // Color del círculo de progreso + claro
let processBarSetOpacity = 0.5; // Opacidad en la que se fija la barra de progreso de carga
let processBarStrokeWidth = 10; // Ancho del círculo de progreso
let pxScrollDownToFixTable = 90; // Cuántos píxeles scrollear para fixear tabla
let pxScrollToShowButton = 600; // Cuantos píxeles scrollear para mostrar botón subir
let showPieDownloadChart = false; // Muestra gráfico pie chart de descargas
let tableDataNameCols = ['ID', 'VERSIÓN', 'TCMP', 'FECHA', 'LINEAS', 'HASH']; // Nombre columna tabla
let tableHighReg = 50; // Registros altos a mostrar en tabla
Expand Down
9 changes: 6 additions & 3 deletions app/utils.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
// noinspection JSUnresolvedReference,JSUnusedGlobalSymbols

/**
TEMPLATE-LATEX STATS
Author: Pablo Pizarro R. @ ppizarror.com
Licence:
License:
The MIT License (MIT)
Copyright 2017 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Sotware"),
to deal in the Software without restriction, including without limitation
to deal with the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
copies or significant portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Expand Down Expand Up @@ -216,6 +218,7 @@ function changeUrlParam($param, $value) {
* Agrega plugins a Chart.js.
*/
function initializeChartjsPlugins() {
// noinspection JSUnresolvedReference
Chart.pluginService.register({
beforeRender: function ($chart) {
if ($chart.config.options.showAllTooltips) {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
TEMPLATE-LATEX STATS
Author: Pablo Pizarro R. @ ppizarror.com
Licence:
License:
The MIT License (MIT)
Copyright 2017 Pablo Pizarro R.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
to deal with the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
copies or significant portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Expand Down

0 comments on commit f44839b

Please sign in to comment.