You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys. I'm working on this project in which i need to pass a data brought from Mysql database via Node js server to HTML page that has embedded Javascript code to use this data to draw a chart by using Chart.js library.
This is the node.js code: Image with credentials removed. // @ChALkeR
and here the HTML page(index.ejs) where i want to use the "title" array values inside the script to fill the "data" array for the chart
So, if i tried to use the "title" directly , nothing would show up in the page(blank page).
Any solution?
The text was updated successfully, but these errors were encountered:
@Mqzzaz This does not look like it's an issue with Node.js.
If you believe that it is an issue, please make a self-contained test case that works incorrectly (or fails), without any dependencies on third-party modules.
If this is a support question, then you are asking for help in the wrong place. Please ask on the nodejs/help repo, IRC, Gitter, or StackOverflow.
Also, that looks like a thirdparty module related question, you should check if that module has a preferrable way of asking support.
Hi guys. I'm working on this project in which i need to pass a data brought from Mysql database via Node js server to HTML page that has embedded Javascript code to use this data to draw a chart by using Chart.js library.
This is the node.js code:
Image with credentials removed. // @ChALkeR
and here the HTML page(index.ejs) where i want to use the "title" array values inside the script to fill the "data" array for the chart
So, if i tried to use the "title" directly , nothing would show up in the page(blank page).
Any solution?
The text was updated successfully, but these errors were encountered: