dosubot[bot] commented on issue #31696: URL: https://github.com/apache/superset/issues/31696#issuecomment-2568950111
<!-- Answer --> Yes, Superset version 4.1.1 includes the `forceCategorical` option. The `forceCategorical` control is defined as a `CheckboxControl` in the `controls.tsx` file, allowing you to make the x-axis categorical <sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/plugins/plugin-chart-echarts/src/controls.tsx)</sup>. If you need to update Superset using Docker, follow these steps: 1. Shut down the running containers in Docker Compose: ```bash docker compose down ``` 2. Update the folder that mirrors the `superset` repo through git: ```bash git pull origin master ``` 3. Restart the containers, and any changed Docker images will be automatically pulled down: ```bash docker compose up ``` However, since the `forceCategorical` option is already present in version 4.1.1, no update is necessary for this feature <sup>[[2]](https://github.com/apache/superset/blob/master/docs/docs/installation/upgrading-superset.mdx)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/401be4f1-36d6-4956-baa6-2aef1eef001c?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/401be4f1-36d6-4956-baa6-2aef1eef001c?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/401be4f1-36d6-4956-baa6-2aef1eef001c?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/401be4f1-36d6-4956-baa6-2aef1eef001c?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/401be4f1-36d6-4956-baa6-2aef1eef001c?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/401be4f1-36d6-4956-baa6-2aef1eef001c?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
