Hi Yurii, excuse my long absence but these last days I had lot of work... Last week I was really happy because finally I was able to go thru my data base, row by row, with this magic sentence. codeJSON.parse(localStorage.getItem("listData"));/code But now when I thought tha...
Hi Yurii, excuse my long absence but these last days I had lot of work... Last week I was really happy because finally I was able to go thru my data base, row by row, with this magic sentence. codeJSON.parse(localStorage.getItem("listData"));/code But now when I thought tha...
this is the original sentence working on "Get chart" button: function barChart() { var data = new google.visualization.arrayToDataTable([ ["Friends", "Age"],["Robert", 24],["Aeryn", 23],["Ariana", 21],["Chris", 25],["Dean&quo...
Hi, Yurii, thanks for reply I've been trying make this code works, but after two night don't have good news. I need some help.. :) what I need is to draw a barchart or pie chart using the Google Chart API. But could not find out the way to handle the function with external data. With the last code I...
Hi Appery team. I continued searching possibles solutions to my headache and after another whole day I just tried the following code ...which by the way had seen before but couldn't understand how or where to use it. codevar response = JSON.parse(localStorage.getItem("listData_S...
Hi Appery team I already know how to publish my data saved into a database and I've had read quite a lot in this forum to find out the way how to get a graph with those data. Well, with the code shown below I draw the chart that appears when I click on "Get chart" button. But, as you can s...
I saw the new "popup element" from the tool palette and I found the way to open it as click event, but how I could do the same by JS code? ..I tried this: Appery("popMsg1").popup("open", { transition: "none" }); But it does not work ...some one has a better id...
Basically I would like to know how to handle the image atributes like "Drag & Drop" ..how to float over an another images and How can read and set their X and Y position... I would like to have the chance of choose one of two or more marks or symbols and drag them to one specific area ...
Hello everyone I'm curious ..It is possible to create a "draggable area" to move an image there and get their X and Y position when you release it? ..Or it is possible set a custom position as floating item? ..something like image below https://d2r1vs3d9006ap.cloudfront.net/s3_images/10347...