Home Forums Chart Support Query Regarding Dynamic Line Chart‏

Query Regarding Dynamic Line Chart‏

Viewing 5 posts - 1 through 5 (of 5 total)
  • #7217

    I am trying your Dynamic Line Chart for personal use , I am using date time on x-axis and floating point on the y-axis.
    but when I give data like 1 , 2 or three but is is not showing ups and downs when I am using series of small data like 0.00001 , 0.00002 , 0.00003 . it is showing straight line for that data .
    your quick response will be highly appreciated .

    #7218

    It shows ups and downs when data of y-axis is like 1 , 2 or -1 , but shows straight line when data is very small like 1.000000, 1.0000001 , 1.000003 .

    #7219

    It appears you have to use the maximum and minimum options on the axisY

    axisY:{
            maximum: 1.0000005,
            minimum:   1
          },
    #7220

    Thank you for your response.
    But the data comes is dynamic it may be series of 91.000001 , 91.000002 , 91.0000003
    or 4.000001 , 4.000002 , 4.0000003
    or 65.0000005 , 65.00006 , 65.000009

    So I can not hardcode the minimum and maximum value . Is there any way to provide minimum and maximum values dynamically , like when I update each value on chart so I can also set minimum and maximum by adding and subtracting 0.000001 from the coming value . Is there any way to do that ?
    thanks

    #8068

    mia,

    This issue has been in the latest version – 1.6.0 Beta. Please download the same and let us know if its working as expected at your end.

    __
    Anjali

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

You must be logged in to reply to this topic.