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

MPAndroidChart - Linechart - shrink part of the graph with no X values

Is it possible to do something like this: ? I have in the app LineChart with the time values (seconds) on X axis and temperature on Y axis. And it's possible that I don't have a data for some bigger time interval (day and more for example) and it…
Pepa Zapletal
  • 2,879
  • 3
  • 39
  • 69
4
votes
1 answer

How to implement MYSQL data fetching in JS Gantt chart?

I'm using AnyChart’s JS Charts library and I want to implement this with my project data's, I'm using Codeinghter framework and I want to know what's the best way to do this. I know it's very basic but any help is appreciated.…
jobB
  • 411
  • 3
  • 10
4
votes
1 answer

AnyChart coloring grid on Android

Im implementing AnyChart LineChart in my Android app and struggling to display coloured grid. What I'd like to achieve in terms of the background (not a chart type) is: https://playground.anychart.com/docs/v8/samples/AGST_Axes_Basic_11 I manage to…
shtas
  • 499
  • 2
  • 17
4
votes
1 answer

Can AnyChart the HTML version be used with React?

I would like to use AnyChart library with my current React, Redux stack. Is there a way to wrap AnyCharts in something like FauxDom. Would be nice if you can provide me with a sample code snippet or direction to a library that does that.
4
votes
1 answer

IE (or possibly Javascript library) Adding SVG namespace twice

I modified this and am moving this comment to the top. In keeping with Stackoverflow, this could be a bug in some underlying things that no one can fix. But I will consider the best method you propose keeping within the framework of our application…
Kevin Brown
  • 8,805
  • 2
  • 20
  • 38
2
votes
1 answer

Using AnyChart with React based on a jQuery example

I searched and found many examples of how to use AnyChart with React. However, none of the examples implemented in React contain the idea of ​​​​using ajax. That's why I need help converting the jQuery ajax request into ReactJS. Should I use fetch?…
Khalid
  • 123
  • 1
  • 7
2
votes
1 answer

How to get last level element on click anychart sunburst

How can I get last level element clicked on anychart sunburst chart. I can get inner levels by using chart.getDrilldownPath(), but not able to identify the how to get last level. below is my code sample
Sahil Agarwal
  • 79
  • 1
  • 11
2
votes
1 answer

How to change color with using anychart-core js?

I have created a dynamic chart using any-chart core js library link https://docs.anychart.com/ The code is var chart = anychart.radar(); // set chart yScale settings chart.yScale() .minimum(0) .maximum(10) …
Prits
  • 329
  • 2
  • 14
2
votes
1 answer

How do I change the theme in an AnyChart React tag cloud?

I am creating a tag cloud word cloud using the React library from AnyChart. How do I change the color theme of it? The answer found here doesn't seem to work: import React from "react"; import ReactDOM from "react-dom"; import AnyChart from…
Nothingbetter
  • 48
  • 2
  • 14
2
votes
0 answers

Android AnyChart library Anychartview.setBackgroundColor() not working

AnychartView.setBackgroundColor("#000000") transparent color not working in android . Following is my code snippet Cartesian cartesian =…
2
votes
2 answers

Update stock price in anychart without re-plotting whole chart

I am playing with the Anychart stock candlestick chart which is very nice, in order to update the chart I use a setInterval function but it re-plots the entire chart which sucks because if I am zooming or something it resets and starts over…
Ryan D
  • 741
  • 1
  • 11
  • 29
2
votes
1 answer

How to get chart as image without download it using anychart?

I'm a beginner with anychart library. I'm trying to get the chart as image and insert it inside a pdf. I know that anychart has the following function to download the chart as pdf. chart.saveAsPdf({"filename": id_container}); However I need to…
Paul
  • 223
  • 2
  • 14
2
votes
2 answers

Sunburst chart in Anychart : How to wrap text in labels?

I am using anychart and need to wrap the text in the labels of the sunburst chart. Below is an extract of the current code: chart.labels().fontSize(15); chart.labels().wordWrap("break-word"); chart.labels().wordBreak("normal"); However this does…
2
votes
0 answers

Print entire page with graph using CTRL+P

I'm trying to print the entire page with graph using CTRL + P, but the graph is always cropped. I tried to limit the width of the graph using CSS media = "print", but it seems to have no effect on the graph. print.css figure{ width: 100%…
Venca
  • 21
  • 1
2
votes
0 answers

Rejecting re-init on previously-failed class java.lang.Class

This error happens when I put more than one "webview" in my layout, even with asynctask it continues, how can I run this? I'm using AnyChart to be able to generate two graphs, however when adding more than one AnyChartView in the layout the program…
Alexandre
  • 33
  • 2
  • 8
1
2 3
30 31