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

Implement theme system. #4

Open
nonzzz opened this issue Nov 10, 2024 · 2 comments
Open

Implement theme system. #4

nonzzz opened this issue Nov 10, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@nonzzz
Copy link
Owner

nonzzz commented Nov 10, 2024

Describe the feature request

Background

In v0.1.x we release a stable version but now i want to provide more powerful functions, like cache,theme and etc. It's a long task so i can't do them at same time. so this feature request i hope can do font size automatic adjustment and other render theme. ( Add new graph)

The package size module must be tree-shakable.

@nonzzz nonzzz added the enhancement New feature or request label Nov 10, 2024
@nonzzz nonzzz self-assigned this Nov 10, 2024
@nonzzz
Copy link
Owner Author

nonzzz commented Nov 24, 2024

TL;DR

About this feature request. v0.2.0 was published. In this version we do a lot of optimization for tree-map component, so about theme and etc i think it can be later for next few versions. Currently i want to make sure this component can work well for most browser ( I don't decide to support mobile or others, pc is enough.)

Event System

The design of the event system is currently opinionated. It's not possible for now if someone wants to disable some events. (Because you might not disable all of event by your self.)

// Disable the drag 

treemap.off('mousemove')

So it need for more option to control the behavior.

Others

I add some comment in ARCHITECTURE.md

@nonzzz
Copy link
Owner Author

nonzzz commented Nov 24, 2024

#5 #6

@nonzzz nonzzz mentioned this issue Dec 1, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant