You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Highcharts Gantt for Python library supports the definition of standard board layout templates, where each template corresponds to a board field configuration defined in Monday.com. It would be good to define templates that encompass the standard / default board field configurations offered out-of-the-box by Monday.com.
From an implementation perspective, these templates should be defined in constants.MONDAY_TEMPLATES, which is a dict object where the key is a string containing the canonical name of the template.
The text was updated successfully, but these errors were encountered:
The Highcharts Gantt for Python library supports the definition of standard board layout templates, where each template corresponds to a board field configuration defined in Monday.com. It would be good to define templates that encompass the standard / default board field configurations offered out-of-the-box by Monday.com.
From an implementation perspective, these templates should be defined in
constants.MONDAY_TEMPLATES
, which is adict
object where the key is a string containing the canonical name of the template.The text was updated successfully, but these errors were encountered: