diff --git a/src/web/questions/components/HistoryChart/InnerChart.tsx b/src/web/questions/components/HistoryChart/InnerChart.tsx index 7713750..c82d435 100644 --- a/src/web/questions/components/HistoryChart/InnerChart.tsx +++ b/src/web/questions/components/HistoryChart/InnerChart.tsx @@ -16,7 +16,7 @@ import { import { chartColors, ChartData, ChartSeries, goldenRatio } from "./utils"; const height = 200 -const width = height * goldenRatio +const width = 200 * goldenRatio let dateFormat = "dd/MM/yy"; // "yyyy-MM-dd" // "MMM do yy" // can't be replaced with React component, VictoryChart requires VictoryGroup elements to be immediate children @@ -73,8 +73,8 @@ export const InnerChart: React.FC = ({ const domainMax = maxProbability < 0.5 ? Math.round(10 * (maxProbability + 0.05)) / 10 : 1; const padding = { - top: 15, - bottom: 50, + top: 12, + bottom: 33, left: 30, right: 17, }; @@ -164,7 +164,7 @@ export const InnerChart: React.FC = ({ dx={-10} dy={0} angle={-30} - style={{ fontSize: 10, fill: "#777" }} + style={{ fontSize: 9, fill: "#777" }} /> } scale={{ x: "time" }} diff --git a/src/web/questions/components/HistoryChart/index.tsx b/src/web/questions/components/HistoryChart/index.tsx index 3386711..fac6c95 100644 --- a/src/web/questions/components/HistoryChart/index.tsx +++ b/src/web/questions/components/HistoryChart/index.tsx @@ -23,7 +23,7 @@ export const HistoryChart: React.FC = ({ question }) => { const data = useMemo(() => buildChartData(question), [question]); return ( -
+
({ diff --git a/src/web/questions/components/QuestionTitle.tsx b/src/web/questions/components/QuestionTitle.tsx index 71400e8..06dedcf 100644 --- a/src/web/questions/components/QuestionTitle.tsx +++ b/src/web/questions/components/QuestionTitle.tsx @@ -10,7 +10,7 @@ export const QuestionTitle: React.FC = ({ question, linkToMetaforecast, }) => ( -

+

= async ( props: { urqlState: ssrCache.extractData(), id, + question }, }; }; const EmbedQuestionPage: NextPage = ({ id }) => { return ( -
+
{({ data: { result: question } }) => question ? ( -
- +
+ {/* */}