40 questions
0
votes
0
answers
44
views
Stock chart (Anychart) freezes UI when there are large gaps in timestamp between cluster of data points
I am having issues with anychart with vue.js where UI freezes with data points that are spaced by couple of milliseconds and sometimes there are larger gaps.
Using xScale('datetime') fixes this issue ...
0
votes
1
answer
74
views
Why only last Anychart is visible with data but not the above Anycharts while setting data for both?
I have 2 anycharts and whenever I try to populate both of them, only the last one gets visible but not the above chart. I don't know what I'm doing wrong, neither getting any error, just only last ...
0
votes
1
answer
110
views
AnyChart Treemap with context menu - make data node accessible to action handler
I have an AnyChart Treemap. Its nodes contain (besides their natural value) also additional attribute. I want to show (ultimately perform action upon) the value of that attribute on click on rectangle....
2
votes
1
answer
482
views
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 ...
0
votes
1
answer
385
views
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:
...
0
votes
1
answer
138
views
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 ...
0
votes
1
answer
72
views
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 ...
1
vote
0
answers
60
views
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 ...
0
votes
2
answers
660
views
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 ...
0
votes
1
answer
432
views
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 ...
1
vote
1
answer
237
views
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:
<anychart xmlns="http://anychart.com/schemas/8.0....
0
votes
1
answer
177
views
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 ...
0
votes
1
answer
419
views
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 ...
0
votes
1
answer
41
views
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/...
0
votes
1
answer
25
views
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 ...
0
votes
1
answer
356
views
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 ...
0
votes
2
answers
701
views
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 ...
0
votes
1
answer
88
views
anycharts.com component scroller is showing both fill and selectedfill as same color
i am using anycharts gantt component in one of my angular components which have scroll bar as in
const timeLineScroller = this.chart.xScroller();
timeLineScroller.fill('gray');
...
0
votes
1
answer
146
views
Anychart barchart: simultanously add label on top and both at the bottom of a bar
In Anychart, how can we make a barchart with both a label on top of the bar, and also at the bottom of the bar? See the sketch below.
barchart sketch
1
vote
1
answer
533
views
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.