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
.transform() facilitate change generated chart type in a easy way.
Background
At the initialization, even though isn't necessary to be generated, some elements are generated.
Ex. if generate 'pie' type, axis elements are generated also.
The primary reason of this behavior comes from the possibility of the transforming type generated to different one. With this assumption, makes harder to optimize and complicating the process in general.
Also there's no practical real usecases on transforming types.
Chart is usually used to represent "some data" and it stays as is
Transforming looks "fancy", but there's no practical usage functionality
Getting rid of the possibility of type changes can reduce the complexity on implementing future changes(features)
Asking for help
This is very early though that I'm trying to implement. Before that, I want hear some feedback.
Please, leave comments on this. Thanks in advance!
The text was updated successfully, but these errors were encountered:
Description
.transform() facilitate change generated chart type in a easy way.
Background
At the initialization, even though isn't necessary to be generated, some elements are generated.
The primary reason of this behavior comes from the
possibility
of the transformingtype
generated to different one. With this assumption, makes harder to optimize and complicating the process in general.Also there's no practical real usecases on transforming types.
possibility
of type changes can reduce the complexity on implementing future changes(features)Asking for help
This is very early though that I'm trying to implement. Before that, I want hear some feedback.
Please, leave comments on this. Thanks in advance!
The text was updated successfully, but these errors were encountered: