• Resolved scuderiadank

    (@scuderiadank)


    Is there a way of changing the units in the Y-axis to duration of time? My data is in minutes (mm:ss format), but this doesn’t seem to work unless I convert to a decimal format?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author methnen

    (@methnen)

    @scuderiadank Yes, the plugin is purposely not super aware of the time data. I’ve thought about ways to support it better but have never been able to think of a method that wouldn’t conflict with other data in bad ways or that wouldn’t overcomplicate the parsing code.

    So yes, data points themselves need to be normal integers of some kind.

    That said there are a ton of action and filter hooks in the plugin code so you could potentially write some additional number handling to deal with your specific need if you were comfortable with that level of coding.

    • This reply was modified 2 years ago by methnen.
    Plugin Author methnen

    (@methnen)

    Closing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duration in Y-axis?’ is closed to new replies.