Questions tagged [anychart-8.2]
37 questions
0
votes
1 answer
How to get total number of levels in sunburst chart?
I'm using a sunburst chart and trying to show the total number of levels in chart.title. I have read about Levels and Leaves but I haven't found anything that gives me the total number of levels.
Example

Mohit Prajapati
- 380
- 3
- 8
0
votes
1 answer
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');
timeLineScroller.selectedFill('lightGray');
so this…

ksk
- 165
- 14
0
votes
1 answer
Setting maximum and minimum xScale values in Anychart graph results in an exception
I am creating a line chart using AnyChart
anychart.onDocumentReady(function() {
// create line chart
var dataSet = anychart.data.set([
[
"24 Apr 2019",
100.0
],
[
"24 Apr 2019", -100.0
],
[
…

webster
- 3,902
- 6
- 37
- 59
0
votes
1 answer
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

N A'Campo
- 11
- 2
0
votes
1 answer
AnyChart Treemap drillChange current event out of sync with getDrilldownPath
With Anychart 8.3+ I am using the TreeMap chart.listen('drillChange') listener to obtain a clicked element's information.
Note: I needed to use e.current.get('name') as shown in an example, instead of e.currentTarget as per Treemap listen()…

aspergillusOryzae
- 746
- 2
- 9
- 25
0
votes
2 answers
Increase size of specific marker points in Anychart scatter charts
I am creating a scatter chart using AnyChart
anychart.onDocumentReady(function () {
var data_1 = [["1", "82"], ["1", "90"], ["1", "78"], ["1", "86"], ["1", "86"], ["1", "88"], ["1", "86"], ["2", "87"], ["2", "90"], ["2", "87"], ["2", "90"],…

webster
- 3,902
- 6
- 37
- 59
-1
votes
1 answer
All Charts libraries for android does not work
I'm using latest version of android studio i tried to follow all steps required for adding Charts in my project from different Libraries(AnyChart, MpAndroidChart, Gruzer) but none of them work i ended up with red lines erros
so how can i solve…

Joshua Simon
- 665
- 1
- 4
- 8