GitHub user dosubot[bot] added a comment to the discussion: Graph chart with different node icons
<!-- Answer --> A good suggestion for introducing customizable icons in graph charts would be to add a configuration option in the chart settings where users can map node types or names to specific icons. For example, you could have a field in your dataset (like "node_type") and then, in the chart UI, select which icon should represent each type—either from a built-in icon set or by uploading your own images. Technically, this is feasible because the underlying ECharts library already supports per-node icon customization, but Superset doesn't currently expose this in its UI or configuration options. Implementing this would require updates to the chart plugin and the UI to let users assign icons to node types without writing code. There are no existing discussions or development efforts on this feature, so this would be a new and valuable enhancement for Superset. <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/70d919d6-e7b4-4db1-b672-1e9cef4fabdc?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/70d919d6-e7b4-4db1-b672-1e9cef4fabdc?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/70d919d6-e7b4-4db1-b672-1e9cef4fabdc?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/70d919d6-e7b4-4db1-b672-1e9cef4fabdc?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/70d919d6-e7b4-4db1-b672-1e9cef4fabdc?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/70d919d6-e7b4-4db1-b672-1e9cef4fabdc?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/70d919d6-e7b4-4db1-b672-1e9cef4fabdc?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34070) GitHub link: https://github.com/apache/superset/discussions/34070#discussioncomment-13664189 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
