Skip to content

Commit ffe6730

Browse files
committed
Update aggregations.md
1 parent 02e1394 commit ffe6730

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/aggregations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99

1010
## Overview and Use Cases
1111

12-
[![plotly logo](img/plotly-logo.png){ style="float: right; margin: -40px 0px 10px 30px; width: 150px" }](https://plotly.com/javascript/)
13-
1412
While the `Beacon` API provides different ways to discover and potentially retrieve
1513
data in biomedical genomics resources, with version 2.n responses were limited to
1614
global content (boolean or overall count of matched data and static collection information)
@@ -112,7 +110,9 @@ Please note:
112110
* there are now **2 concepts** in the `concepts` list and the `conceptValues` in the distribution are observed combinations of values for both concepts, in the **same order**
113111
* the `count` indicates the number of times this combination was observed (e.g. 8421 cases of "male" & "Prostate Adenocarcinoma" but 0 cases for "female" & "Prostate Adenocarcinoma")
114112

115-
The stacked bar chart was generated in Plotly.js from the Beacon 2D aggregation in the example below. The `hovertext` shows the breakdown of counts per category, with the "label" of the 2nd concept shown in the legend and hover text - all derived from the response JSON.
113+
[![plotly logo](img/plotly-logo.png){ style="float: left; margin: 5px 20px 5px 0px; width: 100px" }](https://plotly.com/javascript/)
114+
115+
The stacked bar chart was generated in Plotly.js from the Beacon 2D aggregation in the example below, directly derived from the response JSON on the Progenetix site and reflecting the resource's content.
116116

117117
```json
118118
{

0 commit comments

Comments
 (0)