Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Graphing Features using Amcharts #518

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Conversation

jegelstaff
Copy link
Owner

@jegelstaff jegelstaff commented Jul 4, 2024

It appears the only things relying on the current file are certain parts of ESAT: performance_measurement.php, timepoint-chart.php, skill-chart.php

There is also a modules/formulize/class/graph.php file that appears to be unreferenced anywhere?? A stub from something else?

Our done criteria for this are:

  • ability to display bar graphs
  • ability to display line graphs
  • ability to display radar graphs
  • connect to a screen type, that lets you specify a data set based on a saved view, like a LOE screen, and to set all relevant options depending on the type of graph
  • ability to specify how the data set is to be read: each record is a data point, or each field in a record is a data point, or a calculation operation on a record is a data point (which means the saved view could/should be a calculation saved view??)
  • Make legend appear beside or below chart depending on mobile or not
  • Make legend appearance configurable on / off / position (but default based on mobile or not)
  • Doc blocks for functions

@jegelstaff jegelstaff force-pushed the FEATURE/graphscreens branch 2 times, most recently from 89e598f to 7508741 Compare January 3, 2025 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant