How to use without compose? #329
-
Describe the bug
And add data in the code
But nothing show Module
If possible, could you provide a sampe with pure view system? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hello! Please try replacing Regarding your request for a view-based sample chart, the sample app has eight such charts. |
Beta Was this translation helpful? Give feedback.
Hello! Please try replacing
app:charts="line"
withapp:chart="line"
.charts
is aComposedChartView
attribute. If the documentation suggests otherwise, could you please let us know where this error appears? We’ll then correct it.Regarding your request for a view-based sample chart, the sample app has eight such charts.
AndroidViewBinding
is used, but what you see in the lambdas has nothing to do with Jetpack Compose. Also, several simpler examples can be found in the wiki.