You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Describe the feature request
Background
In
v0.1.x
we release a stable version but now i want to provide more powerful functions, likecache
,theme
and etc. It's a long task so i can't do them at same time. so this feature request i hope can dofont size
automatic adjustment and other render theme. ( Add new graph)The package size module must be tree-shakable.
The text was updated successfully, but these errors were encountered: