Questions tagged [anychart]

Anychart is an HTML5 charting library.

Anychart is an HTML5 charting library.

It works all around the world: on all devices and browsers - Anychart 7 works on Windows PCs, Apple Macs, iPhones, iPads, Android devices, our JavaScript charts work everywhere, including IE 6.

Anychart JavaScript API offers you a variety of options, everything in AnyChart is customizable and can be changed (JS API, XML or JSON).

Compatible with virtually all scripting languages (ASP, PHP, ColdFusion, Perl, etc.) - Use any language you like to create data source and pass it to a JavaScript code on your page, or simply use an XML/CSV/JSON file from your server.

453 questions
1
vote
1 answer

Android Studio: java.lang.RuntimeException: Unable to start activity ComponentInfo

I'm trying to use the AnyChart module for Android Studio, but it keeps giving me the error java.lang.RuntimeException: Unable to start activity ComponentInfo. Here are some notable files: MainActivity.java import…
Jack
  • 57
  • 7
1
vote
1 answer

I want a chart whose label is x-axis and y-axis are string

In this chart, we have several supporters, for example, the name here is brandy. And a number of projects are marked on the X-axis. And on the Y axis, the date that this supporter has the project. For example, here the Brandly has TripTone360 from…
1
vote
2 answers

Custom Y-Axis in AnyChart

I have a requirement where the y-axis labels need to be the following: 1, 0.1, 0.01, 0.001, 0 Is there a way to achieve this custom y-axis in AnyChart?
1
vote
0 answers

How to change chart in AnyChart library

I am using AnyChart library for Android (library). I added one chart to the layout like this: In fragment.kt I…
iknow
  • 8,358
  • 12
  • 41
  • 68
1
vote
0 answers

Set anychart width and height according to sceen size in android

I am using anychart library to show a pie chart. I cant seem to size the chat by using height = wrap content and width = match parent. How to set its height and width so that it works in both orientations
1
vote
0 answers

Is generating Anychart Qlik extension chart objects possible?

We are looking at a solution involving generation of chart objects using the Anychart Qlik Sense extension. This would be similar to…
1
vote
1 answer

How to add event listener for activities AnyChart 8

help please. I try add event listener on activities, but it is does not work. When I click on activity, I want to get IDs and continue to perform certain actions I use anychart v8 I looked for information in the documentation but did not find an…
Kirill
  • 13
  • 2
1
vote
1 answer

Chart became stacked when x axis set to date-time format

I have angular chart component which draws charts for time series data. The code is here: ChangeDetectionStrategy, Component, ElementRef, Input, OnDestroy, ViewChild, ViewEncapsulation, } from '@angular/core'; import { notNullFilter }…
Dmitry Malugin
  • 882
  • 1
  • 7
  • 25
1
vote
1 answer

Anychart Android polar plot xAxis labels change them to char strings

Good morning, I was trying to implement an AnyChart polar plot in android (https://github.com/AnyChart/AnyChart-Android) which should look something similar to this (https://playground.anychart.com/gallery/Polar_Charts/Line_Polar_Chart). I know this…
Ignasi
  • 601
  • 2
  • 10
  • 23
1
vote
1 answer

AnyChart Line chart zoom

I am working on an Android app and i need to plot some data on line chart. I am using the Anychart https://github.com/AnyChart/AnyChart-Android. I need to zoom and drag the chart but I don't know how to do it.…
tedo3637
  • 37
  • 5
1
vote
1 answer

Set axis with json data anychart.js

I'm new in anychart js and I'm facing some difficulties. I have a json file which is loaded from an API. This json file contains informations about nba players stats. Here is my json file : https://www.balldontlie.io/api/v1/stats What I want is to…
1
vote
2 answers

How to populate AnyChart from database values dynamically in android?

I am looking ways to create a line chart using AnyChart library in android. The values are coming dynamically through my api link (in json format).I have tried many times but wasn't able to do it. Some help would be appreciated. Thank you. The code…
Twinkle
  • 37
  • 11
1
vote
1 answer

AnyCharts Android hide/reload information

I have been trying to figure this out for a while, however I can't get it to work. This code (below) is inside a function. The first time I call it, it works well. But it seems to do nothing after the first call. After debuging it I know it enters…
JoaoFRF
  • 25
  • 5
1
vote
1 answer

How to use different parameter for sorting and coloring other than value

I want to sort my treemap from value but i need to set color with field change in my data but I didn't find any solution. currently both things are working with value. This is my code: