Questions tagged [anychart]

Anychart is an HTML5 charting library.

Anychart is an HTML5 charting library.

It works all around the world: on all devices and browsers - Anychart 7 works on Windows PCs, Apple Macs, iPhones, iPads, Android devices, our JavaScript charts work everywhere, including IE 6.

Anychart JavaScript API offers you a variety of options, everything in AnyChart is customizable and can be changed (JS API, XML or JSON).

Compatible with virtually all scripting languages (ASP, PHP, ColdFusion, Perl, etc.) - Use any language you like to create data source and pass it to a JavaScript code on your page, or simply use an XML/CSV/JSON file from your server.

453 questions
1
vote
1 answer

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.
Tm67
  • 11
  • 1
1
vote
1 answer

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 nothing
Diliban B
  • 19
  • 1
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
1 answer

Filling Color in anychart js chart in multiple quadrant scatter chart

Im newbie in js and anychart I have anychart chart like this how can i fill the color based on range like risk matrix. *Result What i want This is my code // create data var data = [ {x: 2.88, value: 3.12}, {x: 1.9, value: 2.3} ]; …
Muhtadi
  • 73
  • 6
1
vote
1 answer

Error implementing anychart circular gauge in vue

I'm evaluating Anychart's gauge component with Vue 2. The example from github works fine (with pie, bars and line graphs), but when I try to set the chart to the type 'gauge' or 'circular-gauge' it's not found. Are there any additional steps to…
xain
  • 13,159
  • 17
  • 75
  • 119
1
vote
1 answer

Anychart doughnut chart standalone label

I'm trying to use a standalone label in the middle of the chart to display the "win %". Right now it is hard coded, but would like it to obviously based on the chart data.. label.text("80%"); Here my code
1
vote
1 answer

Anychart 8 - Datetime value is getting rounded off in tooltip

I am facing this issue that when I hover on a point in anychart spline/colume graphs, then the crosshair label on x axis(datetime scale x axis) is showing me the rawvalue and i am able to format that to minutes format. But at same point, my tooltip…
1
vote
1 answer

Unable to create custom indicator

Checked all the samples in here: https://www.anychart.com/products/anystock/gallery/Stock_Technical_Indicators/?theme=darkEarth All are calculated by any chart functions. indicatorPlot is getting members like .adl etc.. Also checked the sample here…
saltuklev
  • 83
  • 5
1
vote
1 answer

React/Anychart - chart disapears when tooltip is rendered

I am rendering a Stock/Candlestick chart using React but the issue is when I hover the cursor over a data point, the tooltip is generated but the chart is destroyed. If I change chart.tooltip().positionMode('float'); to…
gariepyG
  • 53
  • 5
1
vote
0 answers

Anychart - serializing and deserializing annotations drawn by a user

Annotations drawn by a user can be serialized to json in Anychart like below. const data = chart.plot().annotations().toJson(true) But is it possible to set an anchor on the x axis when serializing annotations drawn by a user so that it can be…
brian goo
  • 13
  • 4
1
vote
0 answers

How to set minimum width for timeline header in Anychart Gantt?

The header levels look fine when there are few rows. But if there are many rows and date range is long, the header levels are not readable. Please let me know how to set minimum width for the level so that it can be readable (few rows) (many rows)
Prabhu
  • 13
  • 2
1
vote
2 answers

How do I control the decimals precision in a plotly/anychart pie chart

I am trying to create a pie chart in which the absolute values are displayed rather than the percentages. I do this using: "textinfo": "value" In that case, however, how do I control the number of decimals? For example, when my values are…
MWB
  • 1,830
  • 1
  • 17
  • 38
1
vote
1 answer

live update network graph and labels in anychart graph

I am wondering if there is a way lo live update nodes and node labels. it seems to me that the function set and .append is not working on the network graph. https://playground.anychart.com/yJyq7cMc/1 Maybe someone can help?
Thomas WU
  • 11
  • 1
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:
1
vote
0 answers

Disable date range swipe left/right action with two fingers in stock charts

Has anyone found a way to disable the swipe right/left action with two fingers when you're visualizing a specific date range of your stock chart? I've implemented my own zoom-in/out feature and it's currently conflicting with that.
ArthurG
  • 335
  • 2
  • 11
1 2
3
30 31