Skip to content

Commit

Permalink
Merge pull request #404 from Kanaries/feat-update-gw
Browse files Browse the repository at this point in the history
feat: update graphic walker version
  • Loading branch information
ObservedObserver authored Jan 26, 2024
2 parents 966b668 + 986a4fd commit 426183c
Show file tree
Hide file tree
Showing 5 changed files with 1,066 additions and 60 deletions.
2 changes: 1 addition & 1 deletion packages/rath-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@fluentui/react-file-type-icons": "^8.8.3",
"@fluentui/react-hooks": "^8.6.11",
"@fluentui/react-icons": "^2.0.200",
"@kanaries/graphic-walker": "^0.4.13",
"@kanaries/graphic-walker": "^0.4.47",
"@kanaries/loa": "^0.0.16",
"@kanaries/web-data-loader": "0.1.7",
"@vercel/analytics": "^1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ const Exploration = forwardRef<{
<GraphicWalker
dataSource={visSample.slice(0)}
rawFields={fieldMetas}
hideDataSourceConfig
spec={initialSpec}
i18nLang={langStore.lang}
keepAlive={false}
Expand Down
1 change: 0 additions & 1 deletion packages/rath-client/src/pages/manualControl/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const VisualInterface: React.FC = (props) => {
dark="light"
fieldKeyGuard={false}
themeKey="g2"
hideDataSourceConfig={true}
/>
);
};
Expand Down
1 change: 0 additions & 1 deletion packages/rath-client/src/pages/painter/embedAnalysis.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const EmbedAnalysis: React.FC<EmbedAnalysisProps> = props => {
rawFields={triggerFields}
spec={spec}
i18nLang={i18nLang}
hideDataSourceConfig
keepAlive
dark="light"
fieldKeyGuard={false}
Expand Down
Loading

1 comment on commit 426183c

@vercel
Copy link

@vercel vercel bot commented on 426183c Jan 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.