We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba95df commit dc9a69aCopy full SHA for dc9a69a
packages/@ourworldindata/grapher/src/core/Grapher.tsx
@@ -885,6 +885,8 @@ export class Grapher
885
}
886
887
@computed get chartSeriesNames(): SeriesName[] {
888
+ if (!this.isReady) return []
889
+
890
// collect series names from all chart instances when faceted
891
if (this.isFaceted) {
892
const facetChartInstance = new FacetChart({ manager: this })
0 commit comments