Abk092

Members
  • Content count

    18
  • Joined

  • Last visited

Posts posted by Abk092


  1. Hi,

     

    I am afraid, FusionCharts free does not support the visibility you are looking for, at this time.

     

    In case you are using FusionCharts v3, you would need to set yAxisMin and YaxisMax value explicitly.

     

    Hope this helps.

     

    Hi , I am using fusion widgets licensed version.

    is there no way in that also to see y axis zero line , even if i dont set it to anything.

    i dont want to set it to anything explicitly.

    Thanks for your reply anyway.


  2. Ok , Thanks Angshu.

    I was thinking of something like this ..

    http://kb.fusioncharts.com/questions/274/How+do+I+customize+the+trend+lines+and+trend+zones+on+the+chart%3F

     

    as in FusionCharts.

     

    Anyways,

    Will it be available in you next release for fusion widgets which is 3.2?

    Hi,

     

    Thanks for your response.

     

    I am afraid, real time chart does not support tool tip on trendlines, at this time.sad.gif

     

    Thank you very much for your continued patience and patronage.

     

    Hope you have a great day!


  3. Hi Angshu,

    Ya you are right, but My charts are running fine, with single dsataset and singleupdates.

    but I have two horizontal trendlines displaying trend. We dont want its display value on right on left. but just on Tooltip.

    Trendlines are appearing fine. Its just about the tooltip over it, that I am asking about.

     

    Thanks,

     

     

     

    Hi,

     

    Thanks for your post.

     

    Please note that real time charts have a specific data format.

    The format of the real-time data for data streaming chart depends on a lot of factors like:

     

     

    • Number of datasets you've in your chart, which you want to update
    • Number of incremental updates you want to pass to the chart in one attempt
    • Attributes which you want to provide to chart for each data - like label, color, link, tool-text etc.
    • Whether you're using vLines on the chart?
    • Whether you're using Message Logger for the chart?
    • Commands for the chart - like stop update or clear historical data.

    More details at:

     

    http://www.fusioncha...DSC_Format.html

     

    http://www.fusioncha.../DSC_Trend.html

     

    Hope this helps.smile.gif


  4. Hi , I want a tooltip on my trendlines in a RealTimeArea chart. when i am using

     

    <line startValue='20' [/size]color='FF0000' showOnTop='1' toolText='DANGER' valueOnRight = '0' />"

    ]

     

    I dont see any tooltip on graph? what may be the problem. I have 200 data points over graph.

     

    Please let me know asap.

     

    Thanks.


  5. Thanks, It worked .

    But It is not working with fusionwidgets, I am using fusionwidgets , as i have to get live data feed using feedData() method.

    I tried the above thing with FusionCharts, It worked pretty well withouth changing anycode.?

    Am I wrond somewhere? I am getting 'Object doesnt support this function' error.

     

    Or Can I use FeedData method in FusionCharts also, because when i use it with fusioncharts, this method is not supported.

     

    Take care


  6. Hi ,

    I have this specific situation.

    We are using Licensed version of fusionCharts and FusionWidgets . But I am unable to get the requirement done from both of them.

     

    Here is the situation.

     

    I want to use Live data feed in my Area chart : feedData() function does it pretty good using fusionWidgets.

    I was not able to add overlayButtons using javascript chart event handling, as I think fusionWidgets API doesnt support it.

    i want to be able to change the chart properties dynamicallyI without loading xml again (like bgColor ) : there is nothing like that for fusionWidgets.

     

    So i moved to Fusioncharts.

     

    I was able to change chart attributes dynamically,

    I was able to add overlayButtons using javascript chart event handling.

    But with fusioncharts feedData function doesnt work, As i guess this is specific to realtime charts..(or I dont know if there is other method for fusioncharts)

     

    I have heard that FusionWidgets Api is still not 3.2, which Fusioncharts has.. but then how do i get to this thing working?

    In short :

    I want Live data feed .

    I want dynamic change of chart properties

    I want ability to handle chart events so that i can add a overlay button.

     

    Kindly Suggest.

    Thanks a ton, for reading through the whole sob story.


  7. Hi ,

    I have this specific situation.

    We are using Licensed version of fusionCharts and FusionWidgets . But I am unable to get the requirement done from both of them.

     

    Here is the situation.

     

    I want to use Live data feed in my Area chart : feedData() function does it pretty good using fusionWidgets.

    I was not able to add overlayButtons using javascript chart event handling, as I think fusionWidgets API doesnt support it.

    i want to be able to change the chart properties dynamicallyI without loading xml again (like bgColor ) : there is nothing like that for fusionWidgets.

     

    So i moved to Fusioncharts.

     

    I was able to change chart attributes dynamically,

    I was able to add overlayButtons using javascript chart event handling.

    But with fusioncharts feedData function doesnt work, As i guess this is specific to realtime charts..(or I dont know if there is other method for fusioncharts)

     

    I have heard that FusionWidgets Api is still not 3.2, which Fusioncharts has.. but then how do i get to this thing working?

    In short :

    I want Live data feed .

    I want dynamic change of chart properties

    I want ability to handle chart events so that i can add a overlay button.

     

    Kindly Suggest.

    Thanks a ton, for reading through the whole sob story. :)

     

     

     


  8. Many Thanks Sanjukta ,

    That means , I can not use Fusionwidgets for something like http://www.fusioncharts.com/docs/JavaScript/JS_ChangeChartProperties.html ?

    Because when I am doing so, I get an Error in JS saying that setChartAttribute is not a method.

    can you please verify and let me know, if this is really a case.

    I will have to look for other options of updating the chart, which totally negates the dynamic beaviour of fusionwidgets.

     

    Your post above was a geat help in understanding things.. Thanks Again.


  9. Hi Angshu,

    I am getting the same problem.

    setChartAttribute doesn't work with Fusioncharts.js which we got with fusionwidgets enterprise .

    I need to dynamically change the color of chart based on a value .

    Surprisingly it started working when i replaced it with FusionCharts.debug.js but then ,

    with fusionwidgets i have to use realtimecharts, so FusionCharts.debug.js renders duplicate charts ( I seriously have no idea why, I am using a java wrapper though) and creates problem in using feedData method for realtime update.

     

    Please help as in following area :

    1. How do I change a chartAttribute like bgcolor, caption in fusionwidgets, using fusionchart.js .it has to be done dynamically not by providing xml again. (I get the error as this.setAttribute is not an attribute, i am using RealTimeArea.swf)

    2.if I use fusioncharts.debug.js , it renders chart id as 'chartobject-1' not the id as i give. So i m unable to get ids , which i will be generating and keeping track of in my application.

     

    Ultimate solution would be point #1. :rolleyes:

     

    Thanks a lot in advance.


  10. Hi,

    I am having a requirement of adding a custom button, which enables user to call a javascript function for a specific task.

    I am using java in application.

    i can cont add it with html / javascript because the chart is rendered on runtime, and its position is dynamic.

    Is there something i can use as in linked chart 'Back' button, like a property in its xml format.

    I want that kind of button, on a chart which i render first time, not a linked chart.

    PS: I am a newbie to fusion. :rolleyes: