Forum Replies Created by Sunil Urs

Viewing 15 posts - 106 through 120 (of 548 total)
  • in reply to: Graph a CSV file #8673

    Hi Stefan,

    Data structure of your CSV file is not clear from the picture. Can you please open the file in notepad and paste the content that you see.


    Sunil Urs

    in reply to: Graph a CSV file #8655

    [Update]

    Now we have a Tutorial on Creating Charts from CSV Data in our documentation.

    nkhlanand,

    You need to parse the csv file as described above before assigning it to the chart. As of now we don’t have a way to render chart directly from the csv file.


    Sunil Urs

    in reply to: Download Old Versions #8654

    James,

    We’ve sent v1.3 over email. Also, we’ll consider adding older versions to the download page soon.


    Sunil Urs

    in reply to: Full date in chart tooltip #8608

    Joanna,

    We are currently considering this feature for v1.8 but haven’t decided on the API or timeline yet. We should have more clarity on this once v1.7 is released – by the end of this month.


    Sunil Urs

    in reply to: Adding extra fields to stock chart #8599

    Yes, you can do the same via a custom content function for toolTip as mentioned in this article.


    Sunil Urs

    in reply to: Graph a CSV file #8598

    [Update]

    Now we have a Tutorial on Creating Charts from CSV Data in our documentation.

    Stefan,

    Can you please check if you are getting any error in the console? It would also help if you can give us some sample data from your csv file.


    Sunil Urs

    in reply to: Random Yaxis and Xaxis title #8597

    We are looking for developers with 0-2 years of experience. In case you are interested please apply through the link.


    Sunil Urs

    in reply to: Dynamic area coloring #8596

    NVG,

    As of now it is not possible to have more than one color per series. As a workaround you can create two different series – one for positive and another one for negative values.


    Sunil Urs

    in reply to: html selector to specify the container #8567

    Andrei,

    ID is not an absolute necessity. In case of plain JavaScript API you can also pass the DOM element directly. In case you jQuery it just renders inside the first selected element (based on any given selector) – ID is not required.


    Sunil Urs

    in reply to: Set intersection of x & y axis at 0,0 #8565

    Sharvari,

    Sorry, this feature is not available as of now.


    Sunil Urs

    in reply to: dataPointIndex of scatter #8564

    dwpark,

    As of we dataPoints are automatically sorted in case of scatter & bubble charts. We’ll consider changing this behavior in upcoming versions.

    As a workaround you can store the index value of dataPoints yourself and access them inside the event handler.

    Here is an example.


    Sunil Urs

    in reply to: Drawing a graph on a pre-existing canvas #8552

    Yacob,

    As of now it requires a div element inside which the chart is rendered. This is because chart includes various other DOM elements like menu button, etc.

    I would suggest rendering chart inside a hidden div element and then copying the content of chart into your canvas using drawImage method.


    Sunil Urs

    in reply to: Getting Empty chart what is the issue #8526

    Nirmala,

    Issue is because you are using https which is not supported by our website (on which the library resides). Please access the same URL via http and it should work fine.

    Also please note that I’ve updated the line containing minimum and maximum values. You need to use timestamp for minimum and maximum due to a bug which we will be fixing soon.


    Sunil Urs

    in reply to: Multiple panel with different Y axis but same X axis #8519

    [Update]
    We have just released v1.9.5 Beta which supports Secondary X Axis and Multiple X / Y Axis. Please refer to the release blog for more information.

    Gautam,

    This feature is not available yet.


    Sunil Urs

    • This reply was modified 8 years, 1 month ago by Vishwas R.
    in reply to: xaxis week range not 7 #8516

    Hi,

    Sorry, but we did not understand your requirement. Can you please explain what you mean by “show 7 days in the last days”


    Sunil Urs

Viewing 15 posts - 106 through 120 (of 548 total)