Aleksandr Shestakov
Aleksandr Shestakov
@VISHALBHAGWAT88 Do you want the tooltip content to be a single line? Like `A: 123, B: 456, C: 789` ?
@VISHALBHAGWAT88 These values come from three series or all 3 values are related to a single series? Can you provide your chart code and pair of lines of your data?
@narendra-bandineni We can't guarantee that the AnyChart library will work correctly on the API level
@narendra-bandineni No, we are not planning to support the API level lower than 19.
@mathuadi3 This period of time didn't update the library, there were no changes. The number of points is limited only by hardware and browser resources. 200 points is not a...
@aerizzo All chart types support coloring background via API. Please, can you specify what chart type you are using?
@aerizzo For this purpose, you should use the library API. The following code describes how to adjust the chart background and grids: ``` Cartesian cartesian = AnyChart.bar(); cartesian.background().enabled(true); cartesian.background().fill("black"); cartesian.xGrid(0).enabled(true).stroke("red");...
@Fdde11 There's no need to clean the DataEntry. You can simply override it with new data and apply it to the existing chart. For details, check [this comment](https://github.com/AnyChart/AnyChart-Android/issues/147#issuecomment-598530371)
@shaikhnafees99 Please, can you describe the purpose of creating multiple x and y axes on the same plot? Such a chart is not readable at all. Usually, the data plot...
@Alpha-Dvlpr Ok, thank you for the report, we will check it.