Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

204
Views
How would I hypothetically give submittable text an integer value in one js file and visualize it on an analytics page on another js file?

I've been having trouble for days trying to figure this out. I am able to transfer some basic methods like alert() and console.log() using function include(file) and I am able to display plain integers assigned to variables on a **bar graph in a browser, but I can't seem to do anything more complex. I tried assigning integers along with strings to a *variable, but the bar graph don't show up. Can anybody give me any pointers on how I could do this?

What I am trying to do is display on a graph how many bugs users have reported through bug tracking webpage.

*An example of what I tried:

var issue = {
        id: issueId,
        description: issueDesc,
        severity: issueSeverity,
        assignedTo: issueAssignedTo,
        status: issueStatus
    } && +1

**The code I used for the bar graph

var intVal = 5
var numArr = function(){
    return Array.from({length: 2}, () => intVal);
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!