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
Prompt to allow user to go straight to creating a new chart after creating a class.
Could be done with dialogue, and if user wants to create a chart with the class, call new_graph with optional keyword arg class_name='class_name' that would filter through to assemble_chart_data, which would have something like if not class_name: class_name = select_classlist()
The text was updated successfully, but these errors were encountered:
Prompt to allow user to go straight to creating a new chart after creating a class.
Could be done with dialogue, and if user wants to create a chart with the class, call new_graph with optional keyword arg
class_name='class_name'
that would filter through toassemble_chart_data
, which would have something likeif not class_name: class_name = select_classlist()
The text was updated successfully, but these errors were encountered: