Data Field : CyclistChartsField

# CyclistChartsField
Thread to report any issues you are having with the CyclistChartsField Data Field.

Data Field with hr and cadence charts for Fenix 3: https://apps.garmin.com/en-US/apps/82e3141d-9846-4bcf-bf72-f8bda597efc0
This is a free complex Data Field for the Fenix 3 watch that shows multiple values and two charts on a single field.
CyclistChartsField is open source, its code can be found on github: https://github.com/vovan-/cyclist-datafiled-garmin

The Data Field is based on two other Data Fields. Special thanks for developers of the following ConnectIQ projects:
https://apps.garmin.com/en-US/apps/aacfc2de-b61e-40cc-a83d-52f46f9d263d
https://apps.garmin.com/en-US/apps/dc4c99a1-0886-42f5-8605-f952956e715b

===============================================

## Features
* Speed: speed in km/h;
* Average speed: average speed over the whole activity;
* Cadence: your current cadence with a chart on the background (last minute data);
* HR: your current heart rate with a chart on the background (last minute data);
* Distance: elapsed distance in km or miles based on system settings;
* Timer: duration of the activity in [hh:]mm:ss;
* GPS: GPS status - poor/acceptable/good signal;
* Battery: visualization of battery percentage as indicator bar;
* Time of the day;

===============================================

## Installation Instructions
A Data Field needs to be set up within the settings for a given activity (like Run)

* Long Press UP
* Settings
* Apps
* Bike
* Data Screens
* Screen N
* Layout
* Select single field
* Field 1
* Select ConnectIQ Fields
* Select CyclistChartsField
* Long Press DOWN to go back to watch face

===============================================

## Usage
Start Bike activity.
You should see the CyclistChartsField Data Field.

===============================================

## Changelog 1.0.0
Initial release
  • How to Configure?

    Yes, good idea, the next development plan is to add customization feature for the most of the currently available values.


    I see in the release notes on the App that you have already incorporated the configurable fields. Can you please give us some instructions of how one would go about changing these fields?

    Secondly, can you add "Grade" as one of the configurable fields and "Total ascent".

    Thanks for the cool tool thus far.
  • Former Member
    Former Member over 7 years ago
    I am new the the Eclipse and have downloaded your source code from github and unzipped it.

    I then import it into Eclipse and can see all code etc but I can not configure the run configurations
    it just says, choose project, and the target device is invalid and so it hte SDK version.....
  • This seems to be something from long ago (newest posts are from early 2016) so the project assumes an earlier version of the SDK.

    Back in those days there were some generic target like ROUND_WATCH, etc, which are no longer valid. Look at the manifest .xml in the project, as you may have to remove those. The project could have been done with the 1.2.x SDK and the current one is 2.3.4
  • I am new the the Eclipse and have downloaded your source code from github and unzipped it.

    I then import it into Eclipse and can see all code etc but I can not configure the run configurations
    it just says, choose project, and the target device is invalid and so it hte SDK version.....


    Hi, I didn't try the project with the latest version of connect IQ development environment. But I will check, it is interesting how things changes since 2016.
  • I am new the the Eclipse and have downloaded your source code from github and unzipped it.

    I then import it into Eclipse and can see all code etc but I can not configure the run configurations
    it just says, choose project, and the target device is invalid and so it hte SDK version.....


    Seems like it is not possible now to import old sdk versions via SDK manager, it only shows versions abowe 2. So I manually configured eclipse to use SDK version 1.2 and then I was able to run a project.