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

Anychart ScrollBar on top of content in AnyGantt Resource grid

We use the Anychart ganttResource. We noticed that when the horizontal scrollbar is enabled and there is enough data to fill vertically, the last row is not too visible and clickable because the scrollbar comes over it. Reproducable in almost every…
gogessj4
  • 89
  • 8
2
votes
1 answer

AnyChart-react plot disappears on second render

I am trying to use anychart in my react app. The chart renders fine on startup, but disappears upon re-render. Here is the stripped down code for the chart class, which is currently the only thing that is being rendered in the app. class…
dustincarr
  • 1,365
  • 1
  • 9
  • 14
2
votes
4 answers

AnyChart 8.1 with Angular rowclick event not returning item or period information

I'm creating a POC for a Ganttproject for my company. I'm using the Resource Gantt from Anychart version 8.1.0 in an Angular 5 web project. And I've set up most of the chart finding different documentations and suggestions across the internet, but I…
gogessj4
  • 89
  • 8
2
votes
4 answers

How to show value of bar at the end of Bar in chart #oracle Apex #Chart

I have a requirement to show the value of bar at the end of bar as shown in the below imgae: Chart Image which is showing bar value at the end It might be done by Custom XMl, but in which attribute we need to modify? Any help is appreciated. Thanks…
Karishma Sahu
  • 39
  • 1
  • 3
2
votes
1 answer

Use d3 library to read from json file?

I have two different charts that use the same exact data. One uses json embedded in the html while the other reads a file. I've been googling to see if I find examples where anychart reads from a json file or a web service. I have found…
fdkgfosfskjdlsjdlkfsf
  • 3,165
  • 2
  • 43
  • 110
2
votes
1 answer

Event after selecting point

is there some event fired when selecting a point on a map? Currently I am using this series.listen('pointClick', function(event) { } but to fire this event you have to double click on a point. the first click selects a point and the second click…
user2030592
  • 317
  • 2
  • 12
2
votes
1 answer

Add anychart to Apex 5 using Java Script

I want to have a 100% customizable chart on my Apex application. For this purpose I want to add an Anychart with Java Script and use custom xml. I added the OracleAnyChart.swf and Preloader.swf files to Shared Components -> Static Application…
Alexsen
  • 41
  • 3
2
votes
0 answers

Anycharts 6.2.0 - "TypeError: this.b.getSVG is not a function"

Anycharts 6.2.0 here. I'm trying to implement the getSVG() function, so I made a small test, very similar to the one that appears in the online docs: