{% set characteristics = data.chart_data.characteristics if data.chart_data.characteristics else {} %}
{% set repository = characteristics.get("repository", "N/A") %}
{% set framework = characteristics.get("framework", "N/A") %}
{% set application = characteristics.get("application", "N/A") %}
{% set platform = characteristics.get("platform", "N/A") %}
{% set test = characteristics.get("test", "N/A") %}
{% set suite = characteristics.get("suite", "N/A") %}
{% set tags = characteristics.get("tags", "N/A") %}
๐ป Platform: {{ platform }}
๐งช Test: {{ test }}
๐ Suite: {{ suite }}
๐ฆ Repository: {{ repository }}
โ๏ธ Framework: {{ framework }}
๐ท๏ธ Tags: {{ tags }}
Difficulty:
Change zoom mode (current mode is X-Axis Zoom)
You can zoom in and pan the graph if needed.
{{ modals.info("submitNoCP", "No Change Points Selected", "Please use the
\"No Change Points\" button when you think there are no change points in the
time series.") }}
{{ modals.info("NoCPYesCP", "Change Points Selected", "There are selected
change points, please click the Reset button before clicking the \"No change
points\" button.") }}
{{ modals.info("NoDifficulty", "No difficulty selected", "Please, select a
difficulty option.") }}
{{ modals.report("ReportProblem", "Report a problem", "Please, briefly
describe the problem you encountered with this dataset.") }}