Aleksandr Shestakov

Results 354 comments of Aleksandr Shestakov

@chitgoks Unfortunately, the dark mode is not available in the current version of the library. Thank you for the suggestion, we will take into account fo future updates.

@Praween Unfortunately, we have never tested such a use-case. I will speak with our team about this and let you know about the result. Anyway, this testing will take time.

@Krishnaranji Make sure that you apply data for the bar100. It has a data index 5d. For details, check [the sample](https://github.com/AnyChart/AnyChart-Android/blob/master/sample/src/main/java/com/anychart/sample/charts/CircularGaugeActivity.java).

@M1178475702 The best practice of using several charts in a single layout you can find in [the article](https://github.com/AnyChart/AnyChart-Android/wiki/Multiple-charts-in-a-single-layout). Now we can't guarantee that other approaches work properly.

@yashpalraj Unfortunately, the listener doesn't work correctly with multiple charts in a single layout. This is a known issue and will do our best to provide a solution or workaround...

@AlyssonGirotto Do you mean markers as white boxes with text, right?

@umerharris At the moment we can guarantee expected behavior and normal performance in the single view just like it is described in [the wiki guide](https://github.com/AnyChart/AnyChart-Android/wiki/Getting-started).

@vigneshtg Please, provide the following details about the issue: 1) Do you need to create multiple series on the same Line chart? 2) Does the data set includes multiple values...

@vigneshtg In the `while(inputStream.hasNext()){}` loop you recreate the chart on every cycle and apply a single point. You should create the chart and the data set once, but add points...

@vigneshtg The problem is that in the `while(inputStream.hasNext()){}` loop in every cycle you recreate the chart and apply a single point. It overrides the whole chart. You should create and...