Forum Replies Created by iscrac

Viewing 5 posts - 1 through 5 (of 5 total)
  • in reply to: Dynamically build a linear chart from JSON with date? #17579

    I wanted to do the same thing, but I thought there is another way…
    Thanx so much!

    in reply to: Dynamically build a linear chart from JSON with date? #17564

    Hi!

    I have one question not about this topic (because I still don’t know how to create a new topic)…

    Is there a function, that will load data by showing the grid?
    I mean when I load data to trend, plot is not available (white page) untill all data were loaded… but I would like to see the plot area while data is loading…

    Thanx in advance!

    • This reply was modified 6 years, 5 months ago by iscrac.
    in reply to: Multi Series Line Charts #16069

    The problem is solved)))
    But if somebody will ask You the same question just tell him/her that the problem is in DateTime format. Safari does not support YYYY-MM-DD format here: data: [{type: “line”,lineThickness: 1,dataPoints: [{x: new Date(“2017-09-12 12:00:55”),y: 0.70}]}]. If to change the Date (by replacing “-“with “/”) to x: new Date(“2017/09/12 12:00:55”) everything will work fine!
    Sorry for disturbing You guys :)

    in reply to: Multi Series Line Charts #16068

    Sorry… one more thing! When I use VPN on iMac these trends works fine too, but when I use VPN on iPhone and trying to get data on trends, so the situation is that I described already… I believe it’s because of VPN on iPhone… because when it turns on so that the internet access is limited… is there in code something that trying to get from the internet? I didn’t find anything… or am I blind a little bit…

    in reply to: Multi Series Line Charts #16067

    Hi!
    I don’t know how to create a topic, but.. I have one problem… I am little bit developer))) and I would say that Your pretty trends works on iMAC and even work on iPhone (in Safari), but only on Your web-site… when I am adding the code on python page on Windows Server 2008 and explore it through the VPN on my phone, it doesn’t work… it shows only the X and Y axises without any data on it… it’s so sad, because these trends are so damn simple and usefull!!! ((( any ideas??? Should I update some java or what?

Viewing 5 posts - 1 through 5 (of 5 total)