Aleksandr Shestakov
Aleksandr Shestakov
@evivar Unfortunately, the only supported approach of showing multiple charts in a single layout is described in [the wiki article](https://github.com/AnyChart/AnyChart-Android/wiki/Multiple-charts-in-a-single-layout). We do not guarantee that any other approaches will work.
Unfortunately, the current version of the Pert chart doesn't support this functionality.
@ashu9g Unfortunately, the current version of the library doesn't support the Ordinal color scale for the Gauge chart. We will take it into account for future updates.
@manojyadav983 Unfortunately, it's not possible in the current version. The tooltip is displayed only by the user's tap on the chart point. It can be displayed by API call.
@CharlotteJu You can update the BubbleMap chart data the same way as it is described in the article. Below is the working code: ``` AnyChartView anyChartView = findViewById(R.id.any_chart_view); final Scatter...
@CharlotteJu Yes, the `handler` every 500 ms launches the `runnable`. The code works correctly and it was composed this way for demonstration purposes. In real applications, you can execute the...
@pyricau Thank you for your report! We will take into account for future updates.
@evivar Unfortunately, the only supported approach of showing multiple charts in a single layout is described in [the wiki article](https://github.com/AnyChart/AnyChart-Android/wiki/Multiple-charts-in-a-single-layout). We do not guarantee that any other approaches will work.
@umerharris Please, can you provide the chart configuration code?
@umerharris Unfortunately, it is a bug in the Android version of the library. This marker comes along with the label. If you disable the label it disappears too.