Skip to content

Commit

Permalink
Close filters by default
Browse files Browse the repository at this point in the history
  • Loading branch information
airenzp authored and xzhou82 committed Jul 23, 2024
1 parent b0c4d49 commit 9f5f8f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/plots/profileBarchart.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ export async function getPlotConfig(opts, app) {

config.settings = {
profileBarchart: settings,
controls: { isOpen: true }
controls: { isOpen: false }
}
const twlst = []
for (const component of config.plotByComponent) {
Expand Down
2 changes: 1 addition & 1 deletion client/plots/profileRadar.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export async function getPlotConfig(opts, app) {

config.settings = {
profileRadar: settings,
controls: { isOpen: true }
controls: { isOpen: false }
}
const terms = config[opts.plot].terms
const twlst = []
Expand Down
2 changes: 1 addition & 1 deletion client/plots/profileRadarFacility.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export async function getPlotConfig(opts, app) {

config.settings = {
profileRadarFacility: settings,
controls: { isOpen: true }
controls: { isOpen: false }
}
const terms = config[opts.plot].terms
const twlst = []
Expand Down

0 comments on commit 9f5f8f1

Please sign in to comment.