Skip to content

Commit

Permalink
Update reference to Atlas Charts 2.0.1. (#2629)
Browse files Browse the repository at this point in the history
Use minRadians param for sunburst as 0.0.
  • Loading branch information
chrisknoll authored Oct 26, 2021
1 parent d9c97c3 commit 207c359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions js/pages/pathways/components/tabs/pathway-results.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,13 @@ <h5 data-bind="text: ko.i18n('pathways.manager.executions.results.legend.eventCo
filename: `${targetCohortName}_sunburst.png`,
minHeight: 300,
format: {
tipClass: $component.classes('d3-tip'),
split: $component.splitPathway,
colors: $parent.colors,
tooltip: $component.tooltipBuilder,
onclick: $component.pathClickHandler($data)}"></sunburst>
tipClass: $component.classes('d3-tip'),
split: $component.splitPathway,
colors: $parent.colors,
tooltip: $component.tooltipBuilder,
onclick: $component.pathClickHandler($data),
minRadians: 0.0
}"></sunburst>
<div class="info-wrapper">
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"terser": "3.17.0"
},
"dependencies": {
"@ohdsi/atlascharts": "1.7.4",
"@ohdsi/atlascharts": "2.0.1",
"@ohdsi/ui-toolbox": "^1.0.3",
"@ohdsi/visibilityjs": "^2.0.2",
"ajv": "^6.10.0",
Expand Down

0 comments on commit 207c359

Please sign in to comment.