mmlr38

Members
  • Content count

    2
  • Joined

  • Last visited

About mmlr38

  • Rank
    Forum Newbie
  1. Thanks for that. It's worth a shot. Going to check it out now!
  2. Hello, I've used FusionCharts for a while now to plot data where the X-axis has only a few points on it and every point should be labeled. FusionCharts works great for this. However, I'm working something new now (displaying data from GPX files) and I'm wondering if there is a way to NOT have every point on the X-axis be labeled. The only way I can see to pass data into FusionCharts is like this (example): <set label='Jan' value='34' /> <set label='Feb' value='44' /> <set label='Mar' value='48' /> <set label='Apr' value='54' /> <set label='May' value='60' /> <set label='Jun' value='70' /> <set label='Jul' value='58' /> <set label='Aug' value='62' /> <set label='Sep' value='54' /> <set label='Oct' value='45' /> <set label='Nov' value='39' /> <set label='Dec' value='23' /> But what I'd like to do is pass many data points in but only put a label where I want them. Ideally, what I want to create are charts like the ones seen on this page under the map and in the section labeled "Charts": http://connect.garmin.com/activity/52168482 Is something like this possible with FusionCharts?