-
Notifications
You must be signed in to change notification settings - Fork 15.4k
fix(cartodiagram): add missing locales for rendering echarts #34268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review by Korbit AI
Korbit automatically attempts to detect when you fix issues in new commits.
Category | Issue | Status |
---|---|---|
Redux Store Recreation On Every Render ▹ view | 🧠 Incorrect |
Files scanned
File Path | Reviewed |
---|---|
superset-frontend/plugins/plugin-chart-cartodiagram/src/util/chartUtil.tsx | ✅ |
superset-frontend/plugins/plugin-chart-cartodiagram/src/components/ChartWrapper.tsx | ✅ |
superset-frontend/plugins/plugin-chart-cartodiagram/src/types.ts | ✅ |
superset-frontend/plugins/plugin-chart-cartodiagram/src/components/ChartLayer.tsx | ✅ |
superset-frontend/plugins/plugin-chart-cartodiagram/src/components/OlChartMap.tsx | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
const mockStore = configureStore({ | ||
reducer: (state = { common: { locale } }) => state, | ||
}); |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Could you create a temporary environment to test it ? |
@rusackas Processing your ephemeral environment request here. Action: up. More information on how to use or configure ephemeral environments |
@xavier-GitHub76 spinning up! It should be ready in a few minutes. |
@rusackas Ephemeral environment spinning up at http://18.236.85.81:8080. Credentials are 'admin'/'admin'. Please allow several minutes for bootstrapping and startup. |
SUMMARY
This fixes rendering echarts viztypes on the cartodiagram plugin.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
before:
after:
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION