471 questions
0
votes
0
answers
82
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
46
views
AnyChart candlestick data dissapearing at certain zooms
I am having an issue using anychart when loading large amounts of data into a stock (candlestick) chart and applying a zoom.
I am using Rails with stimulus controller and the chart is being drawn in ...
0
votes
1
answer
38
views
Anychart AnyMap add dynamic table of legend
I want to use Anychart/Anymap in a dashboard, divided in two parts :
First part the dynamic heat map (choropleth)
Second part : generate a table of the map dataset (which are integrate in the script)...
0
votes
0
answers
42
views
How to refresh chartdata in Anychart stackedcolumn chart?
I have parameters passed in the method on basis of which I want to update my chart data. I've tried clearing
anyChartView.clear();anyChartView.invalidate(); but anychart is not able to update the data....
0
votes
1
answer
78
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
26
views
AnyChart's AnyStock - can you layer an annotation such as a verticalRange behind the main candlestick plot?
Trying to layer a vertical range box behind the main candlestick plot, but the annotation always stays on top.
I've set barSeries.zIndex(1); and tradeRange.zIndex(0);
I've also tried setting the ...
-2
votes
1
answer
69
views
How can I connect a single task to multiple successors in a Gantt Chart? [closed]
I am trying to create a Gantt chart and one of my tasks has 2 successors. How can I prepare the data so the 2 lines to the successors are drawn?
1
vote
1
answer
72
views
Create multiple charts in order of tab of my SpreadSheet
I try to insert in order of tabs of SpreadSheet named Company 1 multiple charts in Web App. But the order change for each refresh of my page. Anyone know what can I do to show charts in order of my ...
0
votes
1
answer
116
views
Dynamically integrate data from Sheets into a Web App to feed a Graphic
I'm setting up a web app with graphics. I'm using the anyChart library to achieve this.
I'm having trouble adding data from a Sheets file. When the data is hard-coded in JavaScript, it works fine. ...
-1
votes
1
answer
63
views
Does anycharts support stack labels in stacked charts?
Does anycharts support stack labels like highcahrts?
https://www.highcharts.com/demo/highcharts/column-stacked
Or is there any way to add these stack labels?
I have tried using the annotatios().label ...
1
vote
0
answers
88
views
Anychart's ganttChart extra line appears on data grid
I'm currently working on project management tool and for every project there is a gantt chart so when I 1st open a project and view the gantt chart everything seems normal the data is pretty normal ...
0
votes
1
answer
49
views
Anychart : How to add styles to cells with no data?
How can I add styles to cells with no data? In the documentation I only found the noData prop, but thats when there is no data at all, not just no data for single cells.
```
anychart.onDocumentReady(...
0
votes
1
answer
112
views
XML configuration of AnyChart Gantt Resource chart
At this moment I’m working on an application in Oracle APEX, and in some of its pages I need to draw some Gantt charts with the help of AnyChart library (Gantt chart regions in Oracle APEX don’t meet ...
1
vote
0
answers
70
views
Custom HTML Controls in Gantt Data Grid
We are using the AnyChart library, specifically the AnyGantt module (version: 8.12.1.1937 (2024-04-10)). I am attempting to add custom controls inside the DataGrid portion of the chart. I am able to ...
0
votes
1
answer
243
views
How to animate a radar chart
So I am very new to coding, but a friend asked me to help them make a radar chart that showcases their skills. I have found an example online that I have made some changes to to customize it to their ...