Skip to content

Commit ba7d6ce

Browse files
author
Dmytro Trotsko
committed
Version dump. Added small tick lines on X axis
1 parent 3df52b5 commit ba7d6ce

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/assets/js/alter_dashboard.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,10 @@ class AlterDashboard {
398398
x: {
399399
display: true,
400400
grid: {
401-
display: false,
402-
drawBorder: false
401+
display: true,
402+
color: 'rgba(226, 232, 240, 0.5)',
403+
drawBorder: false,
404+
lineWidth: 1
403405
},
404406
ticks: {
405407
font: {

src/epiportal/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from sentry_sdk.integrations.redis import RedisIntegration
2626

2727
APP_VERSION = "1.0.14"
28-
ALTERNATIVE_INTERFACE_VERSION = "1.0.0"
28+
ALTERNATIVE_INTERFACE_VERSION = "1.0.1"
2929

3030

3131
EPIVIS_URL = os.environ.get("EPIVIS_URL", "https://delphi.cmu.edu/epivis/")

0 commit comments

Comments
 (0)