Skip to content

Commit

Permalink
🔨 fix chart height by including chart class name
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Feb 2, 2025
1 parent 6e7189a commit 48e0203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion baker/GrapherImageBaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
GrapherProgrammaticInterface,
GrapherState,
} from "@ourworldindata/grapher"
import path from "path"
import * as db from "../db/db.js"
import { grapherSlugToExportFileKey } from "./GrapherBakingUtils.js"
import { BAKED_GRAPHER_URL } from "../settings/clientSettings.js"
Expand Down
2 changes: 1 addition & 1 deletion site/GrapherFigureView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function GrapherFigureView(props: GrapherFigureViewProps): JSX.Element {
}

return (
<figure data-grapher-component ref={base}>
<figure className="chart" data-grapher-component ref={base}>
{bounds && (
<FetchingGrapher
config={config}
Expand Down

0 comments on commit 48e0203

Please sign in to comment.