Skip to content

Commit

Permalink
added exclude:true parameter in analysis for all datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal committed Nov 20, 2023
1 parent 40f6cd5 commit b0372d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/epa-ch4emission-yeargrid-v2express.data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1873,7 +1873,7 @@ layers:
if (dateFns && datetime && compareDatetime) return `${dateFns.format(datetime, 'yyyy')} VS ${dateFns.format(compareDatetime, 'yyyy')}`;
}
analysis:
exclude: true
exclude: true
metrics:
- mean
legend:
Expand Down

0 comments on commit b0372d8

Please sign in to comment.