Skip to content

What is the "remember" objects in the sample? #528

Closed Answered by patrickmichalik
csbenz asked this question in Questions
Discussion options

You must be logged in to vote

Hello! rememberCartesianChart, rememberColumnCartesianLayer, and so on are factory functions that use Jetpack Compose’s remember. rememberCartesianChart, for example, creates and remembers a CartesianChart instance. This is in line with Google’s naming guidelines. You can find more information on Vico’s APIs in the API reference.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by csbenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants