Skip to content

Commit

Permalink
chore: add topics back
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Nov 10, 2023
1 parent b657cf7 commit bfe40ea
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,19 @@ export const miraDemos = {
position: 'right',
width: 180,
},
{title: "Topic 11", field: "atac_topic_11", type: 'quantitative', position: 'right', width: 60, color: '#FF9896' },
{title: "Topic 5", field: "atac_topic_5", type: 'quantitative', position: 'right', width: 60, color: '#2077B4' },
{title: "Topic 6", field: "atac_topic_6", type: 'quantitative', position: 'right', width: 60, color: '#7F7F7F' },
{title: "Topic 2", field: "atac_topic_2", type: 'quantitative', position: 'right', width: 60, color: '#AEC7E8' },
{title: "Topic 8", field: "atac_topic_8", type: 'quantitative', position: 'right', width: 60, color: '#BCBD22' },
{title: "Topic 7", field: "atac_topic_7", type: 'quantitative', position: 'right', width: 60, color: '#F7B6D2' },
{title: "Topic 0", field: "atac_topic_0", type: 'quantitative', position: 'right', width: 60, color: '#DBDB8E' },
{title: "Topic 9", field: "atac_topic_9", type: 'quantitative', position: 'right', width: 60, color: '#E377C2' },
{title: "Topic 10", field: "atac_topic_10", type: 'quantitative', position: 'right', width: 60, color: '#C5B0D5' },
{title: "Topic 1", field: "atac_topic_1", type: 'quantitative', position: 'right', width: 60, color: '#D62828' },
{title: "Topic 12", field: "atac_topic_12", type: 'quantitative', position: 'right', width: 60, color: '#2CA02C' },
{title: "Topic 4", field: "atac_topic_4", type: 'quantitative', position: 'right', width: 60, color: 'grey' },
{title: "Topic 3", field: "atac_topic_3", type: 'quantitative', position: 'right', width: 60, color: '#9FDBE5' },
{
field: 'index',
url: 'https://s3.amazonaws.com/gosling-lang.org/data/cistrome/e18_mouse_brain_10x_rna_main.zarr/',
Expand Down

0 comments on commit bfe40ea

Please sign in to comment.