Posts by Pnelson • 51 points
5 posts
-
3
votes1
answer703
viewsQ: Graphic overlay
I have a problem when creating a chart with Chart.js and then do to generate another chart from the menu that is on the same page. It creates the graph, but when I move the cursor across the graph…
-
0
votes1
answer785
viewsQ: Replicate information by JS Angular table columns
I have a table where I need to duplicate the table columns when the ID changes in the received array. The array consists of…
-
0
votes1
answer49
viewsQ: Present results centered on a table
I want to present the data through a ng-repeat in a table, it puts the correct data but always to the left of the table cell, I tried to add <td valign="middle"> but without success. <table…
-
1
votes1
answer82
viewsA: Results in iframe
Solved: The solution was to create a method that calls iframe and iframe calls the notifition_htmlv2 method. def notification_html(request): url = request.META["QUERY_STRING"] return render(request,…
-
0
votes1
answer82
viewsQ: Results in iframe
I want to show the results of the variable "date in an iframe called "final.html". when I execute the code in iframe enters an error loop. there’s the code I developed py views. def…