Questions tagged [anychart-8.2]
37 questions
0
votes
1 answer
Get Stock Chart Crosshair yAxis Price onClick
I have a stock chart and I would like to get the value shown in the yAxis label that the crosshairs create when clicking in a plot. Essentially I want to know what the price is on the yAxis for the current location of my mouse when I click. So lets…

bigt11
- 78
- 10
0
votes
1 answer
How can I update AnyChart from input?
I'm trying to update the AnyChart pie chart with data provided through an input field, I want to have the pie chart update to reflect the added data.
Here's my code:
//Initialize the PieChart
AnyChartView anyChartView;
//Data Structures for…

Stephen
- 85
- 5
0
votes
2 answers
How to access an array of objects with tooltip.format() from anychart.js
I am having trouble trying to present an array of objects on the tooltip of an Anychart.js map. I understand that we can access the dataset by doing something like: %[name of property in data set]. My data set has the following form:
{
…

Jplaudir8
- 143
- 1
- 6
- 18
0
votes
1 answer
How to set a scale for Anychart line graph based on Date
I have anycharts already working. I use the ValueDataEntry function to set x & value. I set x to be a string of DateTime in the format DD/MM/YYYY HH:MM:SS (eg: 12/03/2021 18:25:23) and a value of heart rate for each x.
I want to filter the data by…

Aqeel Ahlam
- 1
- 1
0
votes
1 answer
How to sort x Axis based on dates with anychart Library?
I have a problem with multiples series data. I have three series data (sometimes two), where the x values are dates and the y values are numbers.
I'm not able to sort the column bar based on date.
I reproduced the issue here:…

Jean
- 453
- 4
- 16
0
votes
0 answers
Anychart Polar Plot line performance
I was trying to draw a polar plot using the Anychart library and I found a strange behavior that I wanted to share. I wanted to draw a polar plot with a number of points that are linked with a line representing different angles. The strange behavior…

Ignasi
- 601
- 2
- 10
- 23
0
votes
1 answer
Anychart Android Java export chart as SVG or PNG in specific local folder
I was trying to create and save an image with AnyChart for an android application. This image is created without being rendered since the idea is to use the data from a vector to generate the image and save it on the phone's memory. I am using Java…

Ignasi
- 601
- 2
- 10
- 23
0
votes
1 answer
Image in anychart doesn't fix the stage
I'm trying to put some logos in a chart for print them, but depending of the screen resolution logo at the right sometimes is out of the chart area and sometimes is far of the edge. I'm using stage and putting the logo with graphics.image. This is…

Marisol patito
- 39
- 9
0
votes
1 answer
anychart - Create a map chart with pie charts
Using anychart, Is it possible to create map chart and place on top of it pie charts (instead of bubbles)?
For example, I need to show:
France
number of males - 1212
number of females - 2312
Italy
number of males - 964
number of females - 981
So, I…

Yohay Kamchi
- 11
0
votes
1 answer
Set Line Chart Markers Colour Based on Conditional
I'm trying to figure out how to set the markers to be a certain colour depending on what the value of the point is. So for example, if a point has a value between 0.1 and 1, I want the marker colour to be red.
This is how I'm initializing my…

Blizzack330
- 41
- 4
0
votes
1 answer
child rows in a row for anychart.ganttResource();
i am trying to look for example of showing child rows in a row for anychart.ganttResource();
which should be a like the below url example
https://playground.anychart.com/docs/v8/samples/GANTT_Elements_Labels_03
i tried putting children[] and post…

ksk
- 165
- 14
0
votes
1 answer
i used period image in anycharts and wrote event to it and clicking on it showing color Bar
recently for my anycharts graph i used period and kept image in it
then in its click event i wrote some business logic and later i found that after click and executing business logic the Period is Highlighted as Orange How to get rid of this and…

ksk
- 165
- 14
0
votes
1 answer
How to access data passed within a function in AnyChartJS?
I'm trying to change my Gantt chart tasks bar to rounded corners.
Following this tutorial here. But this sample doesn't have modifications for progress bars, so I used the method progress() to access progress bars and added…

threeFatCat
- 840
- 13
- 30
0
votes
1 answer
AnyChart - Column Chart: get values of one category summarized
I tried to get a small AnyChart chart working but have some problems with my data setup.
What I want to have is a way for users to filter data. Therefor, I have to provide all information necessary for filtering within the data set. In the chart,…

ChrisK
- 25
- 2
0
votes
2 answers
what does anychart.bounds do and how does it configure the chart in a specific location
I have to design two pie charts in a dashboard and first pie chart should be in upper half of page and 2nd chart in lower half page . I am using anychart for this but I am unable to understand how to use piechart.bounds(0,0,0,0) for this. What do…

Smita
- 11
- 4