rohit111111

Members
  • Content count

    49
  • Joined

  • Last visited

Posts posted by rohit111111


  1. And how we can show tool tip in spark chart?

     

    Also, border color, thickness, point colors are not applying in spark chart.

     

    Xml:

     

    <chart caption="Spark Line" palette="2" borderColor="B6B5B5" openColor="0099FF" closeColor="0099FF" highColor="00CC33" lowColor="FF0000"  borderThickness="8" setAdaptiveYMin="1" exportEnabled ="1" exportAtClient="1" exportHandler="fcBatchExporter"><dataset><set value="8.6"/><set value="9.1"/><set value="8.8"/><set value="8.83"/><set value="9.5"/></dataset></chart>

     

    Kindly look into this.

     

    Thanks,

    Rohit


  2. Hello,

     

    Spark line chart is also not loading correct.

     

     

    Xml:

     

    <chart caption="Spark Line Mean" palette="2" setAdaptiveYMin="1" exportEnabled ="1" exportAtClient="1" exportHandler="fcBatchExporter"><dataset><set value="8.6"/><set value="9.1"/><set value="8.8"/><set value="8.83"/><set value="9.5"/></dataset></chart>

     

     

     

    One value is not showing. See attached screen shot.

     

     

    Thanks,

    post-62319-4717_thumb.png


  3. Hello,

     

    Heat Map chart is not loading correct.

     

    Here is xml:

     

    <chart><dataset><set rowId='Google' columnId='Mon' value='68'/> <set rowId='Google' columnId='Tue' value='35'/><set rowId='Google' columnId='Wed' value='95'/><set rowId='Yahoo' columnId='Mon' value='0'/> <set rowId='Yahoo' columnId='Tue' value='71'/></dataset></chart>

     

     

    Attached is the screen shot. (Values and background color not coming)

     

    If possible, give me a demo.

     

    Thanks,

    Rohit

    post-62319-0-94220700-1391823791_thumb.png


  4. Thanks for your reply.

     

    1. Can we have a button on chart like back button which is shown if we drill to some level of chart?.  As, now I am disposing parent chart and rendering new chart using javacript function. So, I need a button on which I will render parent chart again and dispose the child chart.

     

    Is this possible to have button on chart?

     

     

    2. In our application Charts Id and Charts are creating dynamically. So, when I am drilling a chart using js function and disposing parent chart and rendering new chart, I want the same div id in which parent chart is rendering. So can we do this? As in jquery, if we set 'this' (without quotes) as a parameter to function and bind this function to any element click attribute then we can get current element reference. You can check below:

     

    For example:

     

    <a onclick='GetId(this)'>Call</a>

     

    function GetId(ref)

    {

    alert($(ref).text());

    }

     

     

    Can we do same like above function to get the reference of current element?

     

    Thanks,

    Rohit


  5. Hello,

     

    1. I am trying to set annotaion text for Gauge Chart and its set correctly. But I am unable to set the position of annotation text to the center above the gauge like fusion charts XT which has option of "Caption". As, we are creating charts dynamically and we are not giving any height and width of chart. It automatically increase its width and height according to our defined template design in our application. So, without fixing the position of annotation text, how we can show the annotation text in center just above the gauge like the Fusion XT Charts?

     

    2. Can we just show an annotaion image without having any chart?

     

    Thanks,

    Rohit