Skip to content

Commit 806897f

Browse files
committed
Make right columna a little bit wider
1 parent 73abb1b commit 806897f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
const analysisChart = new AnalysisChart({
8686
element: analysisChartContainer,
8787
series: allSeries,
88-
rightColumnWidth: 370,
88+
rightColumnWidth: 375,
8989
width: params["width"] || window.innerWidth,
9090
height: params["height"] || window.innerHeight - 300,
9191
annotations: selectedChart["chart_annotations"],

0 commit comments

Comments
 (0)