Skip to content

Commit

Permalink
Merge branch 'main' of github.com:omeka-s-modules/Datavis into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jimsafley committed Feb 22, 2022
2 parents a50e2c4 + ae82061 commit 25ebc7e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions asset/css/diagram-render/bar_chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
height: auto;
text-align: center;
opacity: 0.8;
color: #000;
}
1 change: 1 addition & 0 deletions asset/css/diagram-render/column_chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
height: auto;
text-align: center;
opacity: 0.8;
color: #000;
}
1 change: 1 addition & 0 deletions asset/css/diagram-render/histogram_time_series.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
height: auto;
text-align: center;
opacity: 0.8;
color: #000;
}
1 change: 1 addition & 0 deletions asset/css/diagram-render/line_chart_time_series.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
height: auto;
text-align: center;
opacity: 0.8;
color: #000;
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
height: auto;
text-align: center;
opacity: 0.8;
color: #000;
}

.datavis-diagram.line_chart_time_series_grouped .tooltip table {
Expand Down
1 change: 1 addition & 0 deletions asset/css/diagram-render/pie_chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
height: auto;
text-align: center;
opacity: 0.8;
color: #000;
}

0 comments on commit 25ebc7e

Please sign in to comment.