AhaSoftware

Members
  • Content count

    3
  • Joined

  • Last visited

About AhaSoftware

  • Rank
    Forum Newbie
  1. The issue was resolved by FusionCharts by having me add the adjustTM="0" attribute to the Chart XML. Please see attached updated XML and image if desired. Angular7to48adjustTM.xml
  2. Attached are four files: Angular7to48.xml defines gauge that has values that go from 7 to 48. The corresponding image (Angular7to48.jg) shows a gauge with only tick mark values at 7 and 48 (low end and top end). The file Angular8to48.xml is the identical xml as before but the low end value is 8 instead of 7. The corresponding image (Angular8to48.jpg) shows a gauage with tick mark values at 18, 28, 38, and 48. It's almost as if the tick mark values won't be generated if it cannot get evenly divisible values for the tick marks, even though I have set tickValueDecimals to 2 (in production the values are integers). Thank you Peter Angular7to48.xml Angular8to48.xml
  3. When creating an angular gauge and the range is from 7 to 48, then only the first and last values are displayed on the tick marks. If I change the range to 8 to 48, then it displays fine. I have tried tickValueDecimals, ensure that showTickValues is 1, and a number of other settings. The chart setting is: This was taken from one of the samples on the website. If you change the lowerLimit to 8 from 7, then is displays just fine.