Updating Signature Draw Locations - itsdax/DaxTracker GitHub Wiki

This field controls where the resources are displayed on your signature.

Coordinate System:

For a list of available colors, click here

For a list of available fonts, click here

For a list of available number formats, click here

[
  {
    "activityName": "iron ore",         # The resource tracked you want to display
    "x": 20,
    "y": 20,
    "fontSize": 18,                     # Controls font size in pixels
    "font": "Calligraffitti-Regular",   # Controls font family (please use the predefined fonts)
    "color": "mediumvioletred"          # Controls font color (please use the predefined colors)
    "format": "numbers_k"               # Controls how numbers are displayed (please use the predefined formats)
  },

  ... # More resources, however much you want

  {
    "activityName": "Strength EXP",
    "x": 50,
    "y": 50,
    "fontSize": 14,
    "font": "Roboto[wdth,wght]",
    "color": "orchid"
    "format": "numbers_k"
  }
  {
    "activityName": "Runtime",
    "x": 70,
    "y": 60,
    "fontSize": 14,
    "font": "Roboto[wdth,wght]",
    "color": "orchid"
    "format": "time_short"
  }
]