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

Can I change the hover cursor of a datapoint in a AnyChart Column chart?

I have a AnyChart column chart in which the dataitems when clicked on will redirect to another page in my solution. Is it possible to set the hover cursor for these dataitems?
Paul
  • 13
  • 3
-2
votes
1 answer

anychart getJpgBase64String is not working

It is not working suddenly else it is working fine. Onerror callback function is returning " [0]".
mkh
  • 17
  • 2
-2
votes
1 answer

How to Change a Object to Array in JS

I am exporting a array from PHP to JS to use a Pie Chart with AnyChart. But when i create a JS Array with PHP Data, JS Creates a Object instead of an array This is a PHP Array $ganhosArray[0] = array(); $ganhosArray[0]['x'] =…
1 2 3
30
31