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
votes
1 answer

Anychart Lib is duplicating 1 component on every render

this is my first post, im using Anychart library with React in a component build, i was able to implementing but the way that anychart recomend to use in every render the chart is duplicated. This is my component const Chart:…
-1
votes
1 answer

What is the gantt chart "type" in Anychart?

I'm relatively new to React and I am trying to build a gantt chart using Anychart. It seems pretty straight forward for other chart types, but I cannot work out what 'chart type' is needed for a gantt chart. For example, I took the data from their…
-1
votes
1 answer

AnyChart Android unable to populate values from firestore in for loop

Below iam trying to add the values from FireStore to LineChart but chart shows blank,Where as reference.get methods is retreiving data and saving in my model but its not adding up in series data if i manually add data in the seriesData.add() it…
-1
votes
1 answer

All Charts libraries for android does not work

I'm using latest version of android studio i tried to follow all steps required for adding Charts in my project from different Libraries(AnyChart, MpAndroidChart, Gruzer) but none of them work i ended up with red lines erros so how can i solve…
Joshua Simon
  • 665
  • 1
  • 4
  • 8
-1
votes
1 answer

How to give custom color to tree map in anychart.js

I am creating this tree map and I have different values What I want is different shades of colors(green for postive and red for negative) on different ranges of points. The issue is in my callback function I am accessing the value parameter but…
F Nasir
  • 55
  • 5
-1
votes
2 answers

Anychart: how to combine Jump line and multiseries column chart?

I'm trying to combine a jump line with a multiseries column chart. Is it possible to create a jump line specifically for each column of the multiseries column chart? For now the only thing that i could obtain is a jump line for each group of the…
Domenico Santoro
  • 147
  • 3
  • 11
-1
votes
1 answer

Anychart date/time is not correct

I made a webpage what is displaying an AnyChart table. The problem is the displayed clock is always 3 hours late. On the following picture the mouse is on a point with the ['2020-08-31 20:12:25 ',29.7,97.4,0.8,0,5.2,9.5,0,30.5,0] data. How can I…
pdavdika
  • 1
  • 1
-1
votes
1 answer

AnyChart stock chart - date extend overflow on X axis

I am building stock charts with AnyChart and I am stuck in a problem. I get my data mapping directly from a third party data provider and it works perfectly. I have built a chart where users can draw, insert figures etc. The users are requesting a…
Simon Degn
  • 901
  • 1
  • 12
  • 40
-1
votes
1 answer

Refresh anychart pie chart with new data

I am currently trying to update my pie chart with new data whether that be new or deleted. The data i am passing into the chart is all correct but the chart will not refresh and apply any changes that have been made. Any help will be appreciated…
efe
  • 11
  • 3
-1
votes
1 answer

Android studio anychart circular gauge

Can I set new data to AnyChartView?? when I use AnyChartView.setData(circularGauge); it creates itself below of my first chart. this my setChart code. any_chart.setChart(circularGauge); and one I need a full documentation for anychart…
-1
votes
1 answer

How to drag and drop a marker in gantt chart

I am using marker on gantt chart (anychart) and I have to give drag and drop option to user. I am able to do that with periods but not with markers.
-1
votes
1 answer

line chart(any chart) needs to display tool tip only when we hover

How to show tool tip only when we hover over any marker in line chart(any chart) and hide it when no data exist on graph?
-1
votes
1 answer

Additional or standalone xAxis in anycharts

I need to display a second xAxis on my chart but with different labels. I managed to display a second xAxis by using chart.xAxis(1) but did not managed to change the labels of the second axis. The second xAxis has the labels of the first. A…
Quentin
  • 13
  • 3
-1
votes
1 answer

AnyChart : Uncaught ReferenceError: for multiple chart in single fragment

I am trying to display 3 charts on single fragment like below code. But only one chart (3rd) is getting displayed and for first two charts it giving me error E/TEST: Uncaught ReferenceError: circularGauge1 is not defined E/TEST: Uncaught…
Parikshit Chalke
  • 3,745
  • 2
  • 16
  • 26
-1
votes
1 answer

anychart stock x-axis tick configuration. Change color and interval.

I've been scratching my head and reading the documentation a lot, trying to understand when using anychart stock how i can get control over the tick ( major/minor) display ? i.e i'd like to change the tick stroke color, the interval and make it…
Flo Woo
  • 949
  • 1
  • 12
  • 26
1 2 3
30
31