Questions tagged [anychart-8.2]
37 questions
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
1
vote
0 answers
Container is not set or can not be properly recognized. Use container() method to set it
I'm following the example from here: https://codesandbox.io/s/charming-meadow-476fso?file=/src/SunburstAnyChart.js:5181-6356
but in my setup I keep getting the error Container is not set or can not be properly recognized. Use container() method to…

SkyWalker
- 13,729
- 18
- 91
- 187
1
vote
0 answers
How to add markers to any point in a polar chart in Anycharts
I am trying to add marker points to a polar chart in Anycharts.
Here is what I tried:
anychart.onDocumentLoad(function () {
var data_polar= [],
polar_bg_colors = [];
data_polar.push({x: "Sales", value: "75.0", fill: "#f16954",…

webster
- 3,902
- 6
- 37
- 59
1
vote
0 answers
Anychart anychart.scales.dateTime(); how to create two lines with AnyChart that doesn't make the other disappear?
AnyCHART, I have two databases and I want to link them and display them in a table. unfortunately when I use anychart.scales.dateTime();
the two lines are mixed but erase the lines, only the points remain.. someone could enlighten me
enter image…

kendryk
- 11
- 2
1
vote
1 answer
anychart column-3d doesn't correctly display x-axis labels with categorized_by_series=true
I am wondering is anychart column-3d has a way to fix displaying correct x-axis named while categorizing the series.
I have the following xml:

Eugene Olisevich
- 489
- 2
- 8
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?

Blizzack330
- 41
- 4
1
vote
1 answer
Adding custom divisions to quadrant chart in anycharts
i am using Quadrant Chart from anychart.
https://playground.anychart.com/docs/v8/samples/BCT_Quadrant_Chart_04
this allows only four divisions like rightTop, rightBottom, leftTop, leftBottom
i need to generate for nine divisions.
is there any way to…

Priyanka DL
- 47
- 5
1
vote
1 answer
dont show columns which value is 0 anychart
In above image you can see 'Rel 02' skipped, because value is 0 (zero) in 2016 similarly Rel 08 also.
Same the way, how to skip in anychart ?
Help me.

Srikanth
- 163
- 2
- 3
- 19
0
votes
1 answer
How to catch the range picker button click events and apply a simple transformation to the data?
In this Range Selection section and examples it shows how to add range picker buttons (10D, 1M, 3M, YTD, 1Y, 2Y, 5Y, and MAX) to the stock plot. See the example from that documentation in the AnyChart Playground STOCK_Range_Selection_01.
In my…

SkyWalker
- 13,729
- 18
- 91
- 187
0
votes
0 answers
Why AnyChart in react disappears after second render, due to changes in other unrelated components?
I am prototyping a React App where I show two AnyChart components side by side. The user can use a combobox on top of each chart to select another pair of data sources to compare. However, the charts disappear as soon as a re-render is triggered,…

SkyWalker
- 13,729
- 18
- 91
- 187
0
votes
0 answers
Anychart Line chart for Android does not show the line
I am using Anychart for Android to display the total per sub category of grocery items. However, I am having trouble regarding with displaying the line in the line chart. When I hover my mouse, I can see that there were data, but the line is…

New User
- 1
- 1
0
votes
1 answer
AnyChart JS: Network Graph Nodes Overlapped
Here I load the JSON file and plot them as network graph to visualize relationship between entity. The data has around 60 relationships and I plotted successfully with JavaScript code as follows:
fetch('data.json')
.then((response) =>…

mathias yeremia
- 41
- 1
- 5
0
votes
1 answer
Is it possible to create a custom themes in Anycharts Qlik extension
I'm looking to this documentation, I've already download the anychart extension but I cannot find these files (or even the "lib" folder mentioned) in either a desktop or enterprise…
0
votes
1 answer
AnyChart eventMarker() Causing Error on Stock Chart
I'm trying to add event markers to my stock chart, but as soon as I add them I get this error:
anychart-stock.min.js:286 Uncaught TypeError: Cannot read properties of undefined (reading 'o')
I have added event markers on other pages of my…

sengineer23
- 33
- 4
0
votes
1 answer
Does AnyStock for AnyChart provide you with pattern recognition capabilities?
I noticed in the demo on the website it highlighted what looked like an ascending triangle pattern, does anystock provide pattern recognition for you?

Dan-krm
- 1