Skip to content
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

Allow customization of flowchart icons #1148

Open
tynandebold opened this issue Oct 31, 2022 · 7 comments
Open

Allow customization of flowchart icons #1148

tynandebold opened this issue Oct 31, 2022 · 7 comments

Comments

@tynandebold
Copy link
Member

A more strict version based off of this idea here: #480

@tynandebold
Copy link
Member Author

See @NeroOkwa's comment in #480 for more context.

@datajoely
Copy link
Contributor

If we were to make the following open-source icon libraries available to users that would be incredible:

https://simpleicons.org/
https://pictogrammers.com/

  • We could could do defaults for things like Pandas, CSV etc.
  • But the exciting possibility would be if we could allow the user (via factories as well 🚀 ) to do this sort of thing
my_dataset:
   type: my.custom.dataset
   path: ...
   kedro-viz:
      layer: primary
+     icon: mdi/Bank        #example 1
+     icon: simple/kedro    #example 2

References:

mdi/Bank
simple/kedro

@astrojuanlu
Copy link
Member

or rather, something like

my_dataset:
  type: ...
  metadata:
    kedro-viz:
      style:
        icon: mdi/Bank

with style including other coloring properties (see #1706)

@astrojuanlu
Copy link
Member

Related: #1807

@datajoely
Copy link
Contributor

I also want to reiterate the immediate user value we get from changing the highlight colour of MemoryDatasets.

@nicolasboisseau
Copy link

Choosing icons or changing colours would open a very creative way to pass visual messages in the flow. That would be great!

@datajoely
Copy link
Contributor

Another library that would make this easy
https://icons.run/

@astrojuanlu astrojuanlu changed the title Add a more robust set of dataset icons to the Flowchart viz Allow customization of flowchart icons Apr 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

7 participants