srenrd
srenrd
I know this post is old. But Lists should be documentated like this: ``
Hi, I've tried to recreate this bug in a new project, but without success. It is far to random. During a day of development i get this crash 0-2 times....
Hi, i ran into the same issue. However i found that it can be resolved by assuring your current view has the fillMaxSize modifier. When this exact modifier is missing...
Hi this example only works for static data. If the Composable is depending on a dynamic state like `data: ArrayList = ArrayList(emptyList())` it will be used for the series data...
The update does run but updates to the series does not change the drawn out chart. Here's some code to illustrate. ``` var data: ArrayList by rememberSaveable { mutableStateOf(ArrayList(emptyList())) }...
Thanks `chartView.update()` was the method i was looking for.
Hi again. I've managed to catch a bit of info on this. As described before, it seems totally random when this happens. But it is always the same line of...
@Jasperav no i've yet to create a custom manager. Like you, it seems overkill that if you want to customize a single property you have to customize everything.