chart-newbie

Members
  • Content count

    6
  • Joined

  • Last visited

Everything posted by chart-newbie

  1. In the two attached charts, I have the following in chart attributes: labelDisplay='Rotate' slantLabels='1' The labels do get rotated at 45 degree on the carts. however, there are missing or wrapped characters on the first lablel. This made them hard for users to understand: 1) on the first chart: the first label "Mar" are rendered as "M" only; 2) on the second chart: the first lable "Sep" are rendered in two lines, "Se" and "P". Could you please let me know what's the problem? or is it a bug in fushionchart? Thanks!
  2. Character missing and wrapped on x-label

    Thanks, either slantLabels=0 or removing 'canvasPadding=0' fixes the lable display issue itself. however, they also introduced other issue. I want to keep 'canvasPadding=0' to cause the effect of only my own area colors filling the entire plot space, instead of having unwantted padding area. (the color effect of what's shown in the first chart I attached) I also want to keep 'slantLabels=1' to have 45 angle lable display, to have the consistent label angle with all my other charts. Can that be achieved? Thanks!
  3. Character missing and wrapped on x-label

    The version is 3.2.4-release.8565, from Fushioncharts.js: @version fusioncharts/3.2.4-release.8565 Attached are code snippets. sm.xml uj.xml
  4. Hi, I am using "ScrollCombiDY2D.swf" for generating a multi-Y-Axis (Bar and Line) chart. I need to set a max value for one of the Y-Axis. I tried both "yAxisMaxValue" and "pYAxisMaxValue" in both <chart> and <dataset> and nothing worked. See the attached picture for an idea. Can someone help? Thanks
  5. Unable To Set Yaxismaxvalue Fusioncharts Xt 3.2

    Hi, I added PYAxisMaxValue='140' to the chart element, like: <chart caption=.... PYAxisMaxValue='140'> However, the left-hand side Y-axis limit is not affected at all, it is still rendered at 700 in the chart, same as what is shown in the picture in the first post. Thanks.
  6. Unable To Set Yaxismaxvalue Fusioncharts Xt 3.2

    Should we use "PYAxisMaxValue" in the <chart> element or the <dataset> element? Thanks.