472 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
37
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
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
0
answers
19
views
How can I read the values (%D, %K) of an indicator in AnyChart?
I am trying to read the values from the Stochastic Oscillator. While the approach of reading the legend initially worked, the resulting values were unreliable. For example, %D and %K alternated with ...
1
vote
1
answer
68
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 ...
-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 ...
0
votes
1
answer
46
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(...
1
vote
0
answers
65
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
77
views
Anychart treemap adjusted font size
In anychart treemap, I want the font size to change dynamically according to the value when using adjusted font size function.
In short, when I use the set font size, the font size is too big. I want ...
1
vote
0
answers
89
views
TypeError: Cannot read properties of undefined (reading 'document') AnyChart Heatmap
Versions:
anychart: ^8.12.0
next: 14.0.3
I'm encountering an error when trying to use AnyChart in my Next.js project. The error message I'm receiving is:
⨯ node_modules/anychart/dist/js/anychart-...
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....
1
vote
0
answers
89
views
Anychart Labels being cut off if they are positioned on the first and last point on my line chart
I have a spline chart which needs to fully cover the container (so first and last points are on the edge of the div) however I have some code showing the scores via labels on the lowest and highest ...
0
votes
1
answer
112
views
Column charts do not show negative values in android and ios application
We have a 1-year paid membership to anychart and
we use column charts in my screens. But we want to show negative values on columns like as below:
But our negative values are shown as zero value like ...
1
vote
1
answer
85
views
Anychart displaying only last edge
I am using anychart with the below data but for me only the last edge is getting visible everytime. I dont get what is the issue.
All the edges should be visible
anychart.onDocumentReady(function ()
{
...
0
votes
1
answer
55
views
anycharts.com how to retrieve Y value of price pointed at by mouse
Anycharts.com has wonderful javascript libraries to create stock charts. It is however complicated to get a mouse Y value, only a (X,Y) value of an object in the chart.
I tried everything from using ...
1
vote
2
answers
567
views
Weird behavior while creating gantt chart in oracle apex 22.2
I have to create this Gantt chart for a project I'm working on. It's a timeline of the tasks under the currently active projects and their progress. However, i am experiencing some strange behavior i ...
0
votes
1
answer
46
views
Column polar charts across different layers in a stage-based layout - possible?
I was wondering if a stage-based layout using layers also works with column polar charts.
I’ve been trying to but with no success.
Below is the piece of code I am working on which only displays the ...
0
votes
1
answer
120
views
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 ...
0
votes
1
answer
93
views
Anychart drawing multiple labels on button click
This question is a continuation of the question in Anychart drawing and annotations with React
I added a button to add another label in the playground: https://playground.anychart.com/SLAXjcKD/0
But ...
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 ...
2
votes
1
answer
111
views
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 ...
1
vote
1
answer
149
views
Get Anychart network graph selected nodes?
Is there a function for getting selected nodes on network chart?
The selected function available on the documentation are for getting/setting Selected state settings.
What I wanted to do is to fire an ...
1
vote
1
answer
68
views
ZoomTo in Anychart Network Graph
How can i zoom to a node in a graph network anychart ?
It seems that the zoomTo function is not accessible for this kind of graph.
0
votes
0
answers
36
views
Is it possible to manipulate the value in row for data object from csv in anychart
In my understanding when we load data using datafromcsv in anychart data adapter, it will stored as object and need to map the value in the row.
What is the best way to manipulate the array if my ...
1
vote
1
answer
441
views
Any chart gantt chart displaying incorrect date in timeline
Gantt chart
In any chart wrong date is showing as you can see from the image, 14th March is the actual date given but the output is displaced by 1 and showing 13th March.
I googled all over and found ...