Prerana

Moderators
  • Content count

    204
  • Joined

  • Last visited

Posts posted by Prerana


  1. Hello,

    Thanks for the query.

    The code which you have shared is for single series chart, for multi-series chart the json format is different.

    Please modify the php code to generate the json structure required to render multi-series chart using FusionCharts.

    Kindly find the sample attached below for the implementation.

    Please note : To make this sample work, kindly modify the database connection as per your set-up and import the database table provided with the sample.

    mscolumn2d_mysql.zip


  2. Hello,
     
    Thanks for the query.
     
    Your requirement is achievable using parentYAxis attribute at dataset level.
     
    This attribute allows you to set the parent axis of the dataset - P (primary) or S (secondary). Primary datasets are drawn as on the left y-axis and secondary on the right y-axis. In 3D Column (or stacked Column) + Line Combination Charts, the columns draw against primary y-axis and the lines against secondary y-axis. In 2D dual Y combination charts, you can choose which dataset to render against which y-axis.
     
    Please find the sample fiddle given below for the implementation.
     
    Hope this will help.

  3. Hello,
     
    Thanks for the query.
     
    The label which we set with a value, that same label is used by the legend.
    So if you want to modify the legend, you need to reach there by setting the label in the desired format. e.g "label" : "Teenage, 29.4%"
     
    Note : We need to modify the tooltext and the display value to avoid redundancy.
     
    Please find the sample fiddle below, for the implementation.

  4. Hello,

     

    This scenario is being discussed internally, wheather its a bug or not. 

     

    Meanwhile as a workaround, please use upperLimit and lowerLimit attributes at chart attribute level.

    cleardot.gif
    These attributes help you to explicitly set the upper limit and lower limit of the chart. If you don't specify these values, the chart automatically calculates the upper limit and lower limit based on the data provided by you.
     
    Kindly refer the sample below for the implementation.
     

    Hope this will help.