graphic-walker
graphic-walker copied to clipboard
[Discuss] Exported images had no background in dark mode, making the labels hard to recognize
The image I exported
Ths is how it looked in my explorer
Noticed the background is transparent but image explorers usually make a white background, so that the text contents are hard to recognize. I wonder if there will be an option to control the background, or just to capture the appearance in my browser. thx.
Hi @AntoineYANG, i am new to this project and would love to contribute. Could you kindly help me get started here. Also i have the local dev setup done and good to go.
Hi @AntoineYANG, i am new to this project and would love to contribute. Could you kindly help me get started here. Also i have the local dev setup done and good to go.
Glad to have you here @nc1337 ! We encourage contributions and everyone can contribute to this project. You can take and do something with this issue if you'd like to. I assume you have already checked the license and README. So the usual procedure to get contributing is to
- Fork the graphic-walker repository.
- Commit your code.
- Creating a PR from your branch to the main branch, with an introduction to your changes, and cite this issue in it.
Members will check open PRs and keep contacting with contributors.
Guides for contributors:
The background of visualization is now set by default to transparent
in https://github.com/Kanaries/graphic-walker/blob/main/packages/graphic-walker/src/vis/theme.ts
- Config can be added to store
visualConfig
to allow the user to set the background manually. - it might be a good idea to set the theme config to non-transparent value by default