Skip to content

Commit

Permalink
Simulation Experiment view: added the ability to customise a graph (c…
Browse files Browse the repository at this point in the history
…loses #591).
  • Loading branch information
agarny committed Sep 22, 2017
2 parents ae152e4 + 5bf4be1 commit 7252c7d
Show file tree
Hide file tree
Showing 21 changed files with 1,246 additions and 134 deletions.
3 changes: 2 additions & 1 deletion doc/downloads/index.js
Expand Up @@ -38,7 +38,8 @@ var jsonData = { "versions": [
],
"changes": [
{ "change": "<strong>ZIP support:</strong> use 755 for directories and 644 for files, if no file permissions are set (see issue <a href=\"https://github.com/opencor/opencor/issues/1417\">#1417</a>)." },
{ "change": "<strong>Text-based editors:</strong> added line numbers (see issue <a href=\"https://github.com/opencor/opencor/issues/1413\">#1413</a>)." }
{ "change": "<strong>Text-based editors:</strong> added line numbers (see issue <a href=\"https://github.com/opencor/opencor/issues/1413\">#1413</a>)." },
{ "change": "<strong>SimulationExperiment view:</strong> added the ability to customise a graph (see issue <a href=\"https://github.com/opencor/opencor/issues/591\">#591</a>)." }
]
},
{ "major": 0, "minor": 4, "patch": 1, "day": 20, "month": 5, "year": 2015, "type": 0,
Expand Down
1 change: 1 addition & 0 deletions doc/user/whatIsNew.js
Expand Up @@ -76,6 +76,7 @@ var jsonData = { "versions": [
{ "type": "subCategory", "name": "Simulation Experiment view (formerly known as the Single Cell view)",
"entries": [
{ "type": "Added", "description": "Support for log scales." },
{ "type": "Added", "description": "Ability to customise a graph." },
{ "type": "Improved", "description": "Running of long simulations." },
{ "type": "Improved", "description": "Synchronisation of the X and/or Y axes of all the graph panels." },
{ "type": "Fixed", "description": "Synchronisation of the X and/or Y axes of all the graph panels." },
Expand Down

0 comments on commit 7252c7d

Please sign in to comment.