I'm trying to make a scatter plot with PptxGenJS, now I can not get the horizontal axis to start from the minimum value I put in the graph data. That is, it always starts with the value 1.
Below is the code, I greatly appreciate any help, thanks...
In web java when I call the procedure list of the bd, I get the name "Juan Luis" (as it was created in the bd) but when I select edit I get only "Juan"
drop procedure if exists actu_alumno;
delimiter $$
create procedure actu_alumno(in nombre...
I have a table that represents the reservations, the detail is when I look for the room (s), the filter does not respect the <th> .
How would you make the filter just take the rows of body of the table in javascript ....
I'm trying to create a listener in Javascript, and in any browser on the computer it works perfectly, but when I run the web from a mobile, the click event runs only, when you want, without having clicked ...
This is my function:
animatedMa...
I have the following code:
$.ajax({
url: urls,
type: "GET",
beforeSend: function(req) {
req.setRequestHeader("Accept", "text/plain");
}
}).done(function(data, textStatus, jqXHR ) {
console.log(data);
});
I d...
I'm using the following Fetch:
var bdresultados;
if(respuesta.context.bueno){
fetch('/bd/').then(response =>{
return response.json();
}).then(data => {
for(let indice of data){
bdresultados = ind...
I am running a program in a console written in javascript, I need to be able to read and update a text box in a local web page (that only runs on my computer).
The program is a robot that is used in a Discord server.
The process would be serious...
I want to use tensorflowjs in the terminal and I copy the code from the npm page and I get an error:
(function (exports, require, module, __filename, __dirname) { import * as tf from '@tensorflow/tfjs';...
Doing this puts the same value on all the progress bars:
<td>
<div class="progress">
<div class="progress-bar progress-bar-success progress-bar-striped active"...